Html Css Color HEX #0332AC International Klein Blue

📋 copy color: '#0332AC'

red 3 ◦ green 50 ◦ blue 172

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

Shades of International Klein Blue #0332AC

Tints of International Klein Blue #0332AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 1.33%
G = 22.22%
B = 76.44%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0332AC (or 0x0332AC) is known color: International Klein Blue. HEX triplet: 03, 32 and AC. RGB value is (3,50,172). Sum of RGB (Red+Green+Blue) = 3+50+172=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0332AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0332AC is #FCCD53. Grayscale: #313131. Windows color (decimal): -16567636 or 11284995. OLE color: 11284995.

HSL color Cylindrical-coordinate representation of color #0332AC: hue angle of 223.31º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0332AC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 50 172 -
CMYK 0.98 0.71 0 0.33
HSL 223.31º 0.97% 0.34% -
HSV(B) 223.31º 0.98% 0.67% -
XYZ 8.62 5.28 39.59 -
YUV 49.86 196.93 94.58 -
System Red Green Blue C M Y K H S L
Decimal 3 50 172 0.98 0.71 0 0.33 223.31 0.97 0.34
Hex 3 32 AC 62 47 0 21 DF 61 22
Octal 3 62 254 142 107 0 41 337 141 42
Binary 11 110010 10101100 1100010 1000111 0 100001 11011111 1100001 100010

Color Harmonies of #0332AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0332AC

Black with #0332AC

Text Example


Text Example

White with #0332AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0332AC; }

 p { color: rgb(3,50,172); }

 H1.HeaderClassName
 {
   color: #0332AC;
 }
 .AnyTagClassName
 {
   color: #0332AC;
 }
</style>

background-color css

<style>
 a { background-color: #0332AC; }

 a { background-color: rgb(3,50,172); }

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

border-color css

<style>
 span { border-color: #0332AC; }

 span { border-color: rgb(3,50,172); }

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