Html Css Color HEX #042240 Tangaroa

📋 copy color: '#042240'

red 4 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #042240

Tints of Tangaroa #042240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 62.75%

R = 3.92%
G = 33.33%
B = 62.75%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042240 (or 0x042240) is known color: Tangaroa. HEX triplet: 04, 22 and 40. RGB value is (4,34,64). Sum of RGB (Red+Green+Blue) = 4+34+64=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #042240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042240 is #FBDDBF. Grayscale: #1C1C1C. Windows color (decimal): -16506304 or 4203012. OLE color: 4203012.

HSL color Cylindrical-coordinate representation of color #042240: hue angle of 210º 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 #042240 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 34 64 -
CMYK 0.94 0.47 0 0.75
HSL 210º 0.88% 0.13% -
HSV(B) 210º 0.94% 0.25% -
XYZ 1.55 1.54 5.07 -
YUV 28.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 4 34 64 0.94 0.47 0 0.75 210 0.88 0.13
Hex 4 22 40 5E 2F 0 4B D2 58 D
Octal 4 42 100 136 57 0 113 322 130 15
Binary 100 100010 1000000 1011110 101111 0 1001011 11010010 1011000 1101

Color Harmonies of #042240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042240

Black with #042240

Text Example


Text Example

White with #042240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042240; }

 p { color: rgb(4,34,64); }

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

background-color css

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

 a { background-color: rgb(4,34,64); }

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

border-color css

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

 span { border-color: rgb(4,34,64); }

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