#022E3D

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

Shades of Blue Whale #022E3D

Tints of Blue Whale #022E3D

Color information

#022E3D (or 0x022E3D) is unknown color: approx Blue Whale. HEX triplet: 02, 2E and 3D. RGB value is (2,46,61). Sum of RGB (Red+Green+Blue) = 2+46+61=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #022E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E3D is #FDD1C2. Grayscale: #222222. Windows color (decimal): -16634307 or 4009474. OLE color: 4009474.

HSL color Cylindrical-coordinate representation of color #022E3D: hue angle of 195.25º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022E3D is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24661-
CMYK0.970.2500.76
HSL195.25º93.65%12.35%-
HSV(B)195.25º96.72%23.92%-
XYZ1.842.34.76-
YUV34.55142.92104.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=1.83%
G=42.20%
B=55.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal246610.970.2500.76195.2593.6512.35
Hex22E3D611904Cc35ec
Octal2567514131011430313614
Binary10101110111101110000111001010011001100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E3D; }

 p { color: rgb(2,46,61); }

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

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

 a { background-color: rgb(2,46,61); }

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

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

 span { border-color: rgb(2,46,61); }

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