Html Css Color HEX #03249D International Klein Blue

📋 copy color: '#03249D'

red 3 ◦ green 36 ◦ blue 157

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

Shades of International Klein Blue #03249D

Tints of International Klein Blue #03249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 1.53%
G = 18.37%
B = 80.1%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03249D (or 0x03249D) is known color: International Klein Blue. HEX triplet: 03, 24 and 9D. RGB value is (3,36,157). Sum of RGB (Red+Green+Blue) = 3+36+157=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #03249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03249D is #FCDB62. Grayscale: #272727. Windows color (decimal): -16571235 or 10298371. OLE color: 10298371.

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

Color convert

RGB 3 36 157 -
CMYK 0.98 0.77 0 0.38
HSL 227.14º 0.96% 0.31% -
HSV(B) 227.14º 0.98% 0.62% -
XYZ 6.75 3.72 32.26 -
YUV 39.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 3 36 157 0.98 0.77 0 0.38 227.14 0.96 0.31
Hex 3 24 9D 62 4D 0 26 E3 60 1F
Octal 3 44 235 142 115 0 46 343 140 37
Binary 11 100100 10011101 1100010 1001101 0 100110 11100011 1100000 11111

Color Harmonies of #03249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03249D

Black with #03249D

Text Example


Text Example

White with #03249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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