Html Css Color HEX #042F3F Blue Whale

📋 copy color: '#042F3F'

red 4 ◦ green 47 ◦ blue 63

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

Shades of Blue Whale #042F3F

Tints of Blue Whale #042F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.23%

 BLUE value IS 63 (25% from 255) = 55.26%

R = 3.51%
G = 41.23%
B = 55.26%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042F3F (or 0x042F3F) is known color: Blue Whale. HEX triplet: 04, 2F and 3F. RGB value is (4,47,63). Sum of RGB (Red+Green+Blue) = 4+47+63=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #042F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F3F is #FBD0C0. Grayscale: #232323. Windows color (decimal): -16502977 or 4140804. OLE color: 4140804.

HSL color Cylindrical-coordinate representation of color #042F3F: hue angle of 196.27º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042F3F is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 47 63 -
CMYK 0.94 0.25 0 0.75
HSL 196.27º 0.88% 0.13% -
HSV(B) 196.27º 0.94% 0.25% -
XYZ 1.96 2.42 5.07 -
YUV 35.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 4 47 63 0.94 0.25 0 0.75 196.27 0.88 0.13
Hex 4 2F 3F 5E 19 0 4B C4 58 D
Octal 4 57 77 136 31 0 113 304 130 15
Binary 100 101111 111111 1011110 11001 0 1001011 11000100 1011000 1101

Color Harmonies of #042F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F3F

Black with #042F3F

Text Example


Text Example

White with #042F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,47,63); }

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

background-color css

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

 a { background-color: rgb(4,47,63); }

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

border-color css

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

 span { border-color: rgb(4,47,63); }

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