Html Css Color HEX #042E44 Blue Whale

📋 copy color: '#042E44'

red 4 ◦ green 46 ◦ blue 68

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

Shades of Blue Whale #042E44

Tints of Blue Whale #042E44

RGB

 RED value IS 4 (1.95% from 255) = 3.39%

 GREEN value IS 46 (18.36% from 255) = 38.98%

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

R = 3.39%
G = 38.98%
B = 57.63%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042E44 (or 0x042E44) is known color: Blue Whale. HEX triplet: 04, 2E and 44. RGB value is (4,46,68). Sum of RGB (Red+Green+Blue) = 4+46+68=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 46 (18.36% from 255 or 38.98% 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 #042E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E44 is #FBD1BB. Grayscale: #232323. Windows color (decimal): -16503228 or 4468228. OLE color: 4468228.

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

Color convert

RGB 4 46 68 -
CMYK 0.94 0.32 0 0.73
HSL 200.63º 0.89% 0.14% -
HSV(B) 200.63º 0.94% 0.27% -
XYZ 2.07 2.4 5.82 -
YUV 35.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 4 46 68 0.94 0.32 0 0.73 200.63 0.89 0.14
Hex 4 2E 44 5E 20 0 49 C9 59 E
Octal 4 56 104 136 40 0 111 311 131 16
Binary 100 101110 1000100 1011110 100000 0 1001001 11001001 1011001 1110

Color Harmonies of #042E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E44

Black with #042E44

Text Example


Text Example

White with #042E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E44; }

 p { color: rgb(4,46,68); }

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

background-color css

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

 a { background-color: rgb(4,46,68); }

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

border-color css

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

 span { border-color: rgb(4,46,68); }

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