#023245

Color #023245 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #023245

Tints of Blue Whale #023245

Color information

#023245 (or 0x023245) is unknown color: approx Blue Whale. HEX triplet: 02, 32 and 45. RGB value is (2,50,69). Sum of RGB (Red+Green+Blue) = 2+50+69=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #023245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023245 is #FDCDBA. Grayscale: #252525. Windows color (decimal): -16633275 or 4534786. OLE color: 4534786.

HSL color Cylindrical-coordinate representation of color #023245: hue angle of 197.01º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023245 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB25069-
CMYK0.970.2800.73
HSL197.01º94.37%13.92%-
HSV(B)197.01º97.1%27.06%-
XYZ2.242.726.04-
YUV37.81145.6102.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=1.65%
G=41.32%
B=57.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal250690.970.2800.73197.0194.3713.92
Hex23245611C049c55ee
Octal26210514134011130513616
Binary101100101000101110000111100010010011100010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023245; }

 p { color: rgb(2,50,69); }

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

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

 a { background-color: rgb(2,50,69); }

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

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

 span { border-color: rgb(2,50,69); }

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