Html Css Color HEX #03229D International Klein Blue

📋 copy color: '#03229D'

red 3 ◦ green 34 ◦ blue 157

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

Shades of International Klein Blue #03229D

Tints of International Klein Blue #03229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 1.55%
G = 17.53%
B = 80.93%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03229D (or 0x03229D) is known color: International Klein Blue. HEX triplet: 03, 22 and 9D. RGB value is (3,34,157). Sum of RGB (Red+Green+Blue) = 3+34+157=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #03229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03229D is #FCDD62. Grayscale: #262626. Windows color (decimal): -16571747 or 10297859. OLE color: 10297859.

HSL color Cylindrical-coordinate representation of color #03229D: hue angle of 227.92º 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 #03229D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 34 157 -
CMYK 0.98 0.78 0 0.38
HSL 227.92º 0.96% 0.31% -
HSV(B) 227.92º 0.98% 0.62% -
XYZ 6.7 3.6 32.24 -
YUV 38.75 194.73 102.5 -
System Red Green Blue C M Y K H S L
Decimal 3 34 157 0.98 0.78 0 0.38 227.92 0.96 0.31
Hex 3 22 9D 62 4E 0 26 E4 60 1F
Octal 3 42 235 142 116 0 46 344 140 37
Binary 11 100010 10011101 1100010 1001110 0 100110 11100100 1100000 11111

Color Harmonies of #03229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03229D

Black with #03229D

Text Example


Text Example

White with #03229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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