Html Css Color HEX #052340 Tangaroa

📋 copy color: '#052340'

red 5 ◦ green 35 ◦ blue 64

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

Shades of Tangaroa #052340

Tints of Tangaroa #052340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 4.81%
G = 33.65%
B = 61.54%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052340 (or 0x052340) is known color: Tangaroa. HEX triplet: 05, 23 and 40. RGB value is (5,35,64). Sum of RGB (Red+Green+Blue) = 5+35+64=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #052340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052340 is #FADCBF. Grayscale: #1D1D1D. Windows color (decimal): -16440512 or 4203269. OLE color: 4203269.

HSL color Cylindrical-coordinate representation of color #052340: hue angle of 209.49º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052340 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 35 64 -
CMYK 0.92 0.45 0 0.75
HSL 209.49º 0.86% 0.14% -
HSV(B) 209.49º 0.92% 0.25% -
XYZ 1.59 1.6 5.08 -
YUV 29.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 5 35 64 0.92 0.45 0 0.75 209.49 0.86 0.14
Hex 5 23 40 5C 2D 0 4B D1 56 E
Octal 5 43 100 134 55 0 113 321 126 16
Binary 101 100011 1000000 1011100 101101 0 1001011 11010001 1010110 1110

Color Harmonies of #052340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052340

Black with #052340

Text Example


Text Example

White with #052340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052340; }

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

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

background-color css

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

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

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

border-color css

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

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

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