#023243

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

Shades of Blue Whale #023243

Tints of Blue Whale #023243

Color information

#023243 (or 0x023243) is unknown color: approx Blue Whale. HEX triplet: 02, 32 and 43. RGB value is (2,50,67). Sum of RGB (Red+Green+Blue) = 2+50+67=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #023243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023243 is #FDCDBC. Grayscale: #252525. Windows color (decimal): -16633277 or 4403714. OLE color: 4403714.

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

Color convert

RGB25067-
CMYK0.970.2500.74
HSL195.69º94.2%13.53%-
HSV(B)195.69º97.01%26.27%-
XYZ2.182.75.72-
YUV37.59144.6102.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 67 (26.56% from 255) = 56.30%
R=1.68%
G=42.02%
B=56.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal250670.970.2500.74195.6994.213.53
Hex23243611904Ac45ee
Octal26210314131011230413616
Binary101100101000011110000111001010010101100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023243; }

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

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

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

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

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

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

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

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