Html Css Color HEX #042348 Tangaroa

📋 copy color: '#042348'

red 4 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #042348

Tints of Tangaroa #042348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 3.6%
G = 31.53%
B = 64.86%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042348 (or 0x042348) is known color: Tangaroa. HEX triplet: 04, 23 and 48. RGB value is (4,35,72). Sum of RGB (Red+Green+Blue) = 4+35+72=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #042348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042348 is #FBDCB7. Grayscale: #1D1D1D. Windows color (decimal): -16506040 or 4727556. OLE color: 4727556.

HSL color Cylindrical-coordinate representation of color #042348: hue angle of 212.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042348 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 35 72 -
CMYK 0.94 0.51 0 0.72
HSL 212.65º 0.89% 0.15% -
HSV(B) 212.65º 0.94% 0.28% -
XYZ 1.82 1.7 6.36 -
YUV 29.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 4 35 72 0.94 0.51 0 0.72 212.65 0.89 0.15
Hex 4 23 48 5E 33 0 48 D5 59 F
Octal 4 43 110 136 63 0 110 325 131 17
Binary 100 100011 1001000 1011110 110011 0 1001000 11010101 1011001 1111

Color Harmonies of #042348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042348

Black with #042348

Text Example


Text Example

White with #042348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042348; }

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

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

background-color css

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

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

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

border-color css

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

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

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