Html Css Color HEX #023044 Blue Whale

📋 copy color: '#023044'

red 2 ◦ green 48 ◦ blue 68

#023044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #023044

Tints of Blue Whale #023044

RGB

 RED value IS 2 (1.17% from 255) = 1.69%

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 68 (26.95% from 255) = 57.63%

R = 1.69%
G = 40.68%
B = 57.63%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#023044 (or 0x023044) is known color: Blue Whale. HEX triplet: 02, 30 and 44. RGB value is (2,48,68). Sum of RGB (Red+Green+Blue) = 2+48+68=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #023044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023044 is #FDCFBB. Grayscale: #242424. Windows color (decimal): -16633788 or 4468738. OLE color: 4468738.

HSL color Cylindrical-coordinate representation of color #023044: hue angle of 198.18º 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 #023044 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 48 68 -
CMYK 0.97 0.29 0 0.73
HSL 198.18º 0.94% 0.14% -
HSV(B) 198.18º 0.97% 0.27% -
XYZ 2.13 2.54 5.85 -
YUV 36.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 2 48 68 0.97 0.29 0 0.73 198.18 0.94 0.14
Hex 2 30 44 61 1D 0 49 C6 5E E
Octal 2 60 104 141 35 0 111 306 136 16
Binary 10 110000 1000100 1100001 11101 0 1001001 11000110 1011110 1110

Color Harmonies of #023044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023044

Black with #023044

Text Example


Text Example

White with #023044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023044; }

 p { color: rgb(2,48,68); }

 H1.HeaderClassName
 {
   color: #023044;
 }
 .AnyTagClassName
 {
   color: #023044;
 }
</style>

background-color css

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

 a { background-color: rgb(2,48,68); }

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

border-color css

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

 span { border-color: rgb(2,48,68); }

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