Html Css Color HEX #0334AB International Klein Blue

📋 copy color: '#0334AB'

red 3 ◦ green 52 ◦ blue 171

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

Shades of International Klein Blue #0334AB

Tints of International Klein Blue #0334AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 1.33%
G = 23.01%
B = 75.66%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0334AB (or 0x0334AB) is known color: International Klein Blue. HEX triplet: 03, 34 and AB. RGB value is (3,52,171). Sum of RGB (Red+Green+Blue) = 3+52+171=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #0334AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0334AB is #FCCB54. Grayscale: #323232. Windows color (decimal): -16567125 or 11219971. OLE color: 11219971.

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

Color convert

RGB 3 52 171 -
CMYK 0.98 0.70 0 0.33
HSL 222.5º 0.97% 0.34% -
HSV(B) 222.5º 0.98% 0.67% -
XYZ 8.62 5.42 39.12 -
YUV 50.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 3 52 171 0.98 0.70 0 0.33 222.5 0.97 0.34
Hex 3 34 AB 62 46 0 21 DE 61 22
Octal 3 64 253 142 106 0 41 336 141 42
Binary 11 110100 10101011 1100010 1000110 0 100001 11011110 1100001 100010

Color Harmonies of #0334AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334AB

Black with #0334AB

Text Example


Text Example

White with #0334AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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