Html Css Color HEX #062B3D Tangaroa

📋 copy color: '#062B3D'

red 6 ◦ green 43 ◦ blue 61

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

Shades of Tangaroa #062B3D

Tints of Tangaroa #062B3D

RGB

 RED value IS 6 (2.73% from 255) = 5.45%

 GREEN value IS 43 (17.19% from 255) = 39.09%

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 5.45%
G = 39.09%
B = 55.45%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#062B3D (or 0x062B3D) is known color: Tangaroa. HEX triplet: 06, 2B and 3D. RGB value is (6,43,61). Sum of RGB (Red+Green+Blue) = 6+43+61=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #062B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B3D is #F9D4C2. Grayscale: #212121. Windows color (decimal): -16372931 or 4008710. OLE color: 4008710.

HSL color Cylindrical-coordinate representation of color #062B3D: hue angle of 199.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062B3D is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 43 61 -
CMYK 0.90 0.30 0 0.76
HSL 199.64º 0.82% 0.13% -
HSV(B) 199.64º 0.9% 0.24% -
XYZ 1.78 2.1 4.73 -
YUV 33.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 6 43 61 0.90 0.30 0 0.76 199.64 0.82 0.13
Hex 6 2B 3D 5A 1E 0 4C C8 52 D
Octal 6 53 75 132 36 0 114 310 122 15
Binary 110 101011 111101 1011010 11110 0 1001100 11001000 1010010 1101

Color Harmonies of #062B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B3D

Black with #062B3D

Text Example


Text Example

White with #062B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B3D; }

 p { color: rgb(6,43,61); }

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

background-color css

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

 a { background-color: rgb(6,43,61); }

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

border-color css

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

 span { border-color: rgb(6,43,61); }

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