Html Css Color HEX #042342 Tangaroa

📋 copy color: '#042342'

red 4 ◦ green 35 ◦ blue 66

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

Shades of Tangaroa #042342

Tints of Tangaroa #042342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 62.86%

R = 3.81%
G = 33.33%
B = 62.86%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#042342 (or 0x042342) is known color: Tangaroa. HEX triplet: 04, 23 and 42. RGB value is (4,35,66). Sum of RGB (Red+Green+Blue) = 4+35+66=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #042342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042342 is #FBDCBD. Grayscale: #1D1D1D. Windows color (decimal): -16506046 or 4334340. OLE color: 4334340.

HSL color Cylindrical-coordinate representation of color #042342: hue angle of 210º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042342 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 35 66 -
CMYK 0.94 0.47 0 0.74
HSL 210º 0.89% 0.14% -
HSV(B) 210º 0.94% 0.26% -
XYZ 1.63 1.62 5.38 -
YUV 29.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 4 35 66 0.94 0.47 0 0.74 210 0.89 0.14
Hex 4 23 42 5E 2F 0 4A D2 59 E
Octal 4 43 102 136 57 0 112 322 131 16
Binary 100 100011 1000010 1011110 101111 0 1001010 11010010 1011001 1110

Color Harmonies of #042342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042342

Black with #042342

Text Example


Text Example

White with #042342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042342; }

 p { color: rgb(4,35,66); }

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

background-color css

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

 a { background-color: rgb(4,35,66); }

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

border-color css

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

 span { border-color: rgb(4,35,66); }

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