Html Css Color HEX #052C3A Tangaroa

📋 copy color: '#052C3A'

red 5 ◦ green 44 ◦ blue 58

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

Shades of Tangaroa #052C3A

Tints of Tangaroa #052C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.12%

 BLUE value IS 58 (23.05% from 255) = 54.21%

R = 4.67%
G = 41.12%
B = 54.21%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#052C3A (or 0x052C3A) is known color: Tangaroa. HEX triplet: 05, 2C and 3A. RGB value is (5,44,58). Sum of RGB (Red+Green+Blue) = 5+44+58=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #052C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C3A is #FAD3C5. Grayscale: #212121. Windows color (decimal): -16438214 or 3812357. OLE color: 3812357.

HSL color Cylindrical-coordinate representation of color #052C3A: hue angle of 195.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052C3A is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 44 58 -
CMYK 0.91 0.24 0 0.77
HSL 195.85º 0.84% 0.12% -
HSV(B) 195.85º 0.91% 0.23% -
XYZ 1.73 2.14 4.32 -
YUV 33.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 5 44 58 0.91 0.24 0 0.77 195.85 0.84 0.12
Hex 5 2C 3A 5B 18 0 4D C4 54 C
Octal 5 54 72 133 30 0 115 304 124 14
Binary 101 101100 111010 1011011 11000 0 1001101 11000100 1010100 1100

Color Harmonies of #052C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C3A

Black with #052C3A

Text Example


Text Example

White with #052C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052C3A; }

 p { color: rgb(5,44,58); }

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

background-color css

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

 a { background-color: rgb(5,44,58); }

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

border-color css

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

 span { border-color: rgb(5,44,58); }

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