Html Css Color HEX #0339AB International Klein Blue

📋 copy color: '#0339AB'

red 3 ◦ green 57 ◦ blue 171

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

Shades of International Klein Blue #0339AB

Tints of International Klein Blue #0339AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.68%

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

R = 1.3%
G = 24.68%
B = 74.03%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0339AB (or 0x0339AB) is known color: International Klein Blue. HEX triplet: 03, 39 and AB. RGB value is (3,57,171). Sum of RGB (Red+Green+Blue) = 3+57+171=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0339AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0339AB is #FCC654. Grayscale: #353535. Windows color (decimal): -16565845 or 11221251. OLE color: 11221251.

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

Color convert

RGB 3 57 171 -
CMYK 0.98 0.67 0 0.33
HSL 220.71º 0.97% 0.34% -
HSV(B) 220.71º 0.98% 0.67% -
XYZ 8.85 5.89 39.2 -
YUV 53.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 3 57 171 0.98 0.67 0 0.33 220.71 0.97 0.34
Hex 3 39 AB 62 43 0 21 DD 61 22
Octal 3 71 253 142 103 0 41 335 141 42
Binary 11 111001 10101011 1100010 1000011 0 100001 11011101 1100001 100010

Color Harmonies of #0339AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0339AB

Black with #0339AB

Text Example


Text Example

White with #0339AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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