Html Css Color HEX #0329AB International Klein Blue

📋 copy color: '#0329AB'

red 3 ◦ green 41 ◦ blue 171

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

Shades of International Klein Blue #0329AB

Tints of International Klein Blue #0329AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.53%

R = 1.4%
G = 19.07%
B = 79.53%

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

#0329AB (or 0x0329AB) is known color: International Klein Blue. HEX triplet: 03, 29 and AB. RGB value is (3,41,171). Sum of RGB (Red+Green+Blue) = 3+41+171=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #0329AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0329AB is #FCD654. Grayscale: #2B2B2B. Windows color (decimal): -16569941 or 11217155. OLE color: 11217155.

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

Color convert

RGB 3 41 171 -
CMYK 0.98 0.76 0 0.33
HSL 226.43º 0.97% 0.34% -
HSV(B) 226.43º 0.98% 0.67% -
XYZ 8.18 4.55 38.97 -
YUV 44.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 3 41 171 0.98 0.76 0 0.33 226.43 0.97 0.34
Hex 3 29 AB 62 4C 0 21 E2 61 22
Octal 3 51 253 142 114 0 41 342 141 42
Binary 11 101001 10101011 1100010 1001100 0 100001 11100010 1100001 100010

Color Harmonies of #0329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0329AB

Black with #0329AB

Text Example


Text Example

White with #0329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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