Html Css Color HEX #03209D International Klein Blue

📋 copy color: '#03209D'

red 3 ◦ green 32 ◦ blue 157

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

Shades of International Klein Blue #03209D

Tints of International Klein Blue #03209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 157 (61.72% from 255) = 81.77%

R = 1.56%
G = 16.67%
B = 81.77%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03209D (or 0x03209D) is known color: International Klein Blue. HEX triplet: 03, 20 and 9D. RGB value is (3,32,157). Sum of RGB (Red+Green+Blue) = 3+32+157=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #03209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03209D is #FCDF62. Grayscale: #252525. Windows color (decimal): -16572259 or 10297347. OLE color: 10297347.

HSL color Cylindrical-coordinate representation of color #03209D: hue angle of 228.7º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03209D is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 32 157 -
CMYK 0.98 0.80 0 0.38
HSL 228.7º 0.96% 0.31% -
HSV(B) 228.7º 0.98% 0.62% -
XYZ 6.64 3.49 32.22 -
YUV 37.58 195.39 103.34 -
System Red Green Blue C M Y K H S L
Decimal 3 32 157 0.98 0.80 0 0.38 228.7 0.96 0.31
Hex 3 20 9D 62 50 0 26 E5 60 1F
Octal 3 40 235 142 120 0 46 345 140 37
Binary 11 100000 10011101 1100010 1010000 0 100110 11100101 1100000 11111

Color Harmonies of #03209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03209D

Black with #03209D

Text Example


Text Example

White with #03209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03209D; }

 p { color: rgb(3,32,157); }

 H1.HeaderClassName
 {
   color: #03209D;
 }
 .AnyTagClassName
 {
   color: #03209D;
 }
</style>

background-color css

<style>
 a { background-color: #03209D; }

 a { background-color: rgb(3,32,157); }

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

border-color css

<style>
 span { border-color: #03209D; }

 span { border-color: rgb(3,32,157); }

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