Html Css Color HEX #0329AC International Klein Blue

📋 copy color: '#0329AC'

red 3 ◦ green 41 ◦ blue 172

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

Shades of International Klein Blue #0329AC

Tints of International Klein Blue #0329AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

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

R = 1.39%
G = 18.98%
B = 79.63%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0329AC (or 0x0329AC) is known color: International Klein Blue. HEX triplet: 03, 29 and AC. RGB value is (3,41,172). Sum of RGB (Red+Green+Blue) = 3+41+172=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #0329AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0329AC is #FCD653. Grayscale: #2C2C2C. Windows color (decimal): -16569940 or 11282691. OLE color: 11282691.

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

Color convert

RGB 3 41 172 -
CMYK 0.98 0.76 0 0.33
HSL 226.51º 0.97% 0.34% -
HSV(B) 226.51º 0.98% 0.67% -
XYZ 8.28 4.58 39.48 -
YUV 44.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 3 41 172 0.98 0.76 0 0.33 226.51 0.97 0.34
Hex 3 29 AC 62 4C 0 21 E3 61 22
Octal 3 51 254 142 114 0 41 343 141 42
Binary 11 101001 10101100 1100010 1001100 0 100001 11100011 1100001 100010

Color Harmonies of #0329AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0329AC

Black with #0329AC

Text Example


Text Example

White with #0329AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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