Html Css Color HEX #0320AC International Klein Blue

📋 copy color: '#0320AC'

red 3 ◦ green 32 ◦ blue 172

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

Shades of International Klein Blue #0320AC

Tints of International Klein Blue #0320AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 1.45%
G = 15.46%
B = 83.09%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0320AC (or 0x0320AC) is known color: International Klein Blue. HEX triplet: 03, 20 and AC. RGB value is (3,32,172). Sum of RGB (Red+Green+Blue) = 3+32+172=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #0320AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0320AC is #FCDF53. Grayscale: #262626. Windows color (decimal): -16572244 or 11280387. OLE color: 11280387.

HSL color Cylindrical-coordinate representation of color #0320AC: hue angle of 229.7º 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 #0320AC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 32 172 -
CMYK 0.98 0.81 0 0.33
HSL 229.7º 0.97% 0.34% -
HSV(B) 229.7º 0.98% 0.67% -
XYZ 8 4.03 39.39 -
YUV 39.29 202.89 102.12 -
System Red Green Blue C M Y K H S L
Decimal 3 32 172 0.98 0.81 0 0.33 229.7 0.97 0.34
Hex 3 20 AC 62 51 0 21 E6 61 22
Octal 3 40 254 142 121 0 41 346 141 42
Binary 11 100000 10101100 1100010 1010001 0 100001 11100110 1100001 100010

Color Harmonies of #0320AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0320AC

Black with #0320AC

Text Example


Text Example

White with #0320AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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