Html Css Color HEX #03219A International Klein Blue

📋 copy color: '#03219A'

red 3 ◦ green 33 ◦ blue 154

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

Shades of International Klein Blue #03219A

Tints of International Klein Blue #03219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 81.05%

R = 1.58%
G = 17.37%
B = 81.05%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03219A (or 0x03219A) is known color: International Klein Blue. HEX triplet: 03, 21 and 9A. RGB value is (3,33,154). Sum of RGB (Red+Green+Blue) = 3+33+154=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #03219A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03219A is #FCDE65. Grayscale: #252525. Windows color (decimal): -16572006 or 10100995. OLE color: 10100995.

HSL color Cylindrical-coordinate representation of color #03219A: hue angle of 228.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03219A is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 33 154 -
CMYK 0.98 0.79 0 0.40
HSL 228.08º 0.96% 0.31% -
HSV(B) 228.08º 0.98% 0.6% -
XYZ 6.41 3.44 30.9 -
YUV 37.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 3 33 154 0.98 0.79 0 0.40 228.08 0.96 0.31
Hex 3 21 9A 62 4F 0 28 E4 60 1F
Octal 3 41 232 142 117 0 50 344 140 37
Binary 11 100001 10011010 1100010 1001111 0 101000 11100100 1100000 11111

Color Harmonies of #03219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03219A

Black with #03219A

Text Example


Text Example

White with #03219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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