#0339AD

Color #0339AD International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0339AD

Tints of International Klein Blue #0339AD

Color information

#0339AD (or 0x0339AD) is unknown color: approx International Klein Blue. HEX triplet: 03, 39 and AD. RGB value is (3,57,173). Sum of RGB (Red+Green+Blue) = 3+57+173=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #0339AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0339AD is #FCC652. Grayscale: #353535. Windows color (decimal): -16565843 or 11352323. OLE color: 11352323.

HSL color Cylindrical-coordinate representation of color #0339AD: hue angle of 220.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0339AD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB357173-
CMYK0.980.6700.32
HSL220.94º96.59%34.51%-
HSV(B)220.94º98.27%67.84%-
XYZ9.045.9640.21-
YUV54.08195.1191.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 173 (67.97% from 255) = 74.25%
R=1.29%
G=24.46%
B=74.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3571730.980.6700.32220.9496.5934.51
Hex339AD6243020dd6123
Octal37125514210304033514143
Binary1111100110101101110001010000110100000110111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0339AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0339AD;
 }
 .AnyTagClassName
 {
   color: #0339AD;
 }
</style>
background-color css

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

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

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

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

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

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