Html Css Color HEX #052344 Tangaroa

📋 copy color: '#052344'

red 5 ◦ green 35 ◦ blue 68

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

Shades of Tangaroa #052344

Tints of Tangaroa #052344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 4.63%
G = 32.41%
B = 62.96%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052344 (or 0x052344) is known color: Tangaroa. HEX triplet: 05, 23 and 44. RGB value is (5,35,68). Sum of RGB (Red+Green+Blue) = 5+35+68=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #052344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052344 is #FADCBB. Grayscale: #1D1D1D. Windows color (decimal): -16440508 or 4465413. OLE color: 4465413.

HSL color Cylindrical-coordinate representation of color #052344: hue angle of 211.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052344 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 35 68 -
CMYK 0.93 0.49 0 0.73
HSL 211.43º 0.86% 0.14% -
HSV(B) 211.43º 0.93% 0.27% -
XYZ 1.71 1.65 5.7 -
YUV 29.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 5 35 68 0.93 0.49 0 0.73 211.43 0.86 0.14
Hex 5 23 44 5D 31 0 49 D3 56 E
Octal 5 43 104 135 61 0 111 323 126 16
Binary 101 100011 1000100 1011101 110001 0 1001001 11010011 1010110 1110

Color Harmonies of #052344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052344

Black with #052344

Text Example


Text Example

White with #052344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052344; }

 p { color: rgb(5,35,68); }

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

background-color css

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

 a { background-color: rgb(5,35,68); }

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

border-color css

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

 span { border-color: rgb(5,35,68); }

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