Html Css Color HEX #03219E International Klein Blue

📋 copy color: '#03219E'

red 3 ◦ green 33 ◦ blue 158

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

Shades of International Klein Blue #03219E

Tints of International Klein Blue #03219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 158 (62.11% from 255) = 81.44%

R = 1.55%
G = 17.01%
B = 81.44%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03219E (or 0x03219E) is known color: International Klein Blue. HEX triplet: 03, 21 and 9E. RGB value is (3,33,158). Sum of RGB (Red+Green+Blue) = 3+33+158=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #03219E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03219E is #FCDE61. Grayscale: #252525. Windows color (decimal): -16572002 or 10363139. OLE color: 10363139.

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

Color convert

RGB 3 33 158 -
CMYK 0.98 0.79 0 0.38
HSL 228.39º 0.96% 0.32% -
HSV(B) 228.39º 0.98% 0.62% -
XYZ 6.75 3.58 32.68 -
YUV 38.28 195.56 102.84 -
System Red Green Blue C M Y K H S L
Decimal 3 33 158 0.98 0.79 0 0.38 228.39 0.96 0.32
Hex 3 21 9E 62 4F 0 26 E4 60 20
Octal 3 41 236 142 117 0 46 344 140 40
Binary 11 100001 10011110 1100010 1001111 0 100110 11100100 1100000 100000

Color Harmonies of #03219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03219E

Black with #03219E

Text Example


Text Example

White with #03219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03219E; }

 p { color: rgb(3,33,158); }

 H1.HeaderClassName
 {
   color: #03219E;
 }
 .AnyTagClassName
 {
   color: #03219E;
 }
</style>

background-color css

<style>
 a { background-color: #03219E; }

 a { background-color: rgb(3,33,158); }

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

border-color css

<style>
 span { border-color: #03219E; }

 span { border-color: rgb(3,33,158); }

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