#052DB3

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

Shades of International Klein Blue #052DB3

Tints of International Klein Blue #052DB3

Color information

#052DB3 (or 0x052DB3) is unknown color: approx International Klein Blue. HEX triplet: 05, 2D and B3. RGB value is (5,45,179). Sum of RGB (Red+Green+Blue) = 5+45+179=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 179 (70.31% from 255 or 78.17% from 229); Max value from RGB is 179 - color contains mainly: blue. Hex color #052DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DB3 is #FAD24C. Grayscale: #2F2F2F. Windows color (decimal): -16437837 or 11742469. OLE color: 11742469.

HSL color Cylindrical-coordinate representation of color #052DB3: hue angle of 226.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DB3 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB545179-
CMYK0.970.7500.30
HSL226.21º94.57%36.08%-
HSV(B)226.21º97.21%70.2%-
XYZ9.145.1643.16-
YUV48.32201.7597.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 179 (70.31% from 255) = 78.17%
R=2.18%
G=19.65%
B=78.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5451790.970.7500.30226.2194.5736.08
Hex52DB3614B01Ee25f24
Octal55526314111303634213744
Binary1011011011011001111000011001011011110111000101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052DB3; }

 p { color: rgb(5,45,179); }

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

<style>
 a { background-color: #052DB3; }

 a { background-color: rgb(5,45,179); }

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

<style>
 span { border-color: #052DB3; }

 span { border-color: rgb(5,45,179); }

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