Html Css Color HEX #0326BC International Klein Blue

📋 copy color: '#0326BC'

red 3 ◦ green 38 ◦ blue 188

#0326BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0326BC

Tints of International Klein Blue #0326BC

RGB

 RED value IS 3 (1.56% from 255) = 1.31%

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 188 (73.83% from 255) = 82.1%

R = 1.31%
G = 16.59%
B = 82.1%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0326BC (or 0x0326BC) is known color: International Klein Blue. HEX triplet: 03, 26 and BC. RGB value is (3,38,188). Sum of RGB (Red+Green+Blue) = 3+38+188=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0326BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326BC is #FCD943. Grayscale: #2C2C2C. Windows color (decimal): -16570692 or 12330499. OLE color: 12330499.

HSL color Cylindrical-coordinate representation of color #0326BC: hue angle of 228.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0326BC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 38 188 -
CMYK 0.98 0.80 0 0.26
HSL 228.65º 0.97% 0.37% -
HSV(B) 228.65º 0.98% 0.74% -
XYZ 9.81 5.04 48.03 -
YUV 44.64 208.9 98.3 -
System Red Green Blue C M Y K H S L
Decimal 3 38 188 0.98 0.80 0 0.26 228.65 0.97 0.37
Hex 3 26 BC 62 50 0 1A E5 61 25
Octal 3 46 274 142 120 0 32 345 141 45
Binary 11 100110 10111100 1100010 1010000 0 11010 11100101 1100001 100101

Color Harmonies of #0326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0326BC

Black with #0326BC

Text Example


Text Example

White with #0326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0326BC; }

 p { color: rgb(3,38,188); }

 H1.HeaderClassName
 {
   color: #0326BC;
 }
 .AnyTagClassName
 {
   color: #0326BC;
 }
</style>

background-color css

<style>
 a { background-color: #0326BC; }

 a { background-color: rgb(3,38,188); }

 div.DivClassName
 {
   background-color: #0326BC;
 }
 .BgClassName
 {
   background-color: #0326BC;
 }
</style>

border-color css

<style>
 span { border-color: #0326BC; }

 span { border-color: rgb(3,38,188); }

 td.TdClassName
 {
   border-color: #0326BC;
 }
 .TagClassName
 {
   border-color: #0326BC;
 }
</style>