Html Css Color HEX #052438 Tangaroa

📋 copy color: '#052438'

red 5 ◦ green 36 ◦ blue 56

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

Shades of Tangaroa #052438

Tints of Tangaroa #052438

RGB

 RED value IS 5 (2.34% from 255) = 5.15%

 GREEN value IS 36 (14.45% from 255) = 37.11%

 BLUE value IS 56 (22.27% from 255) = 57.73%

R = 5.15%
G = 37.11%
B = 57.73%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052438 (or 0x052438) is known color: Tangaroa. HEX triplet: 05, 24 and 38. RGB value is (5,36,56). Sum of RGB (Red+Green+Blue) = 5+36+56=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #052438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052438 is #FADBC7. Grayscale: #1C1C1C. Windows color (decimal): -16440264 or 3679237. OLE color: 3679237.

HSL color Cylindrical-coordinate representation of color #052438: hue angle of 203.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052438 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 36 56 -
CMYK 0.91 0.36 0 0.78
HSL 203.53º 0.84% 0.12% -
HSV(B) 203.53º 0.91% 0.22% -
XYZ 1.41 1.58 3.97 -
YUV 29.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 5 36 56 0.91 0.36 0 0.78 203.53 0.84 0.12
Hex 5 24 38 5B 24 0 4E CC 54 C
Octal 5 44 70 133 44 0 116 314 124 14
Binary 101 100100 111000 1011011 100100 0 1001110 11001100 1010100 1100

Color Harmonies of #052438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052438

Black with #052438

Text Example


Text Example

White with #052438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052438; }

 p { color: rgb(5,36,56); }

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

background-color css

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

 a { background-color: rgb(5,36,56); }

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

border-color css

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

 span { border-color: rgb(5,36,56); }

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