Html Css Color HEX #03299F International Klein Blue

📋 copy color: '#03299F'

red 3 ◦ green 41 ◦ blue 159

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

Shades of International Klein Blue #03299F

Tints of International Klein Blue #03299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 159 (62.5% from 255) = 78.33%

R = 1.48%
G = 20.2%
B = 78.33%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03299F (or 0x03299F) is known color: International Klein Blue. HEX triplet: 03, 29 and 9F. RGB value is (3,41,159). Sum of RGB (Red+Green+Blue) = 3+41+159=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #03299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03299F is #FCD660. Grayscale: #2A2A2A. Windows color (decimal): -16569953 or 10430723. OLE color: 10430723.

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

Color convert

RGB 3 41 159 -
CMYK 0.98 0.74 0 0.38
HSL 225.38º 0.96% 0.32% -
HSV(B) 225.38º 0.98% 0.62% -
XYZ 7.09 4.11 33.22 -
YUV 43.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 3 41 159 0.98 0.74 0 0.38 225.38 0.96 0.32
Hex 3 29 9F 62 4A 0 26 E1 60 20
Octal 3 51 237 142 112 0 46 341 140 40
Binary 11 101001 10011111 1100010 1001010 0 100110 11100001 1100000 100000

Color Harmonies of #03299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03299F

Black with #03299F

Text Example


Text Example

White with #03299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03299F; }

 p { color: rgb(3,41,159); }

 H1.HeaderClassName
 {
   color: #03299F;
 }
 .AnyTagClassName
 {
   color: #03299F;
 }
</style>

background-color css

<style>
 a { background-color: #03299F; }

 a { background-color: rgb(3,41,159); }

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

border-color css

<style>
 span { border-color: #03299F; }

 span { border-color: rgb(3,41,159); }

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