Html Css Color HEX #062238 Tangaroa

📋 copy color: '#062238'

red 6 ◦ green 34 ◦ blue 56

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

Shades of Tangaroa #062238

Tints of Tangaroa #062238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.42%

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

R = 6.25%
G = 35.42%
B = 58.33%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062238 (or 0x062238) is known color: Tangaroa. HEX triplet: 06, 22 and 38. RGB value is (6,34,56). Sum of RGB (Red+Green+Blue) = 6+34+56=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #062238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062238 is #F9DDC7. Grayscale: #1C1C1C. Windows color (decimal): -16375240 or 3678726. OLE color: 3678726.

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

Color convert

RGB 6 34 56 -
CMYK 0.89 0.39 0 0.78
HSL 206.4º 0.81% 0.12% -
HSV(B) 206.4º 0.89% 0.22% -
XYZ 1.36 1.47 3.95 -
YUV 28.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 6 34 56 0.89 0.39 0 0.78 206.4 0.81 0.12
Hex 6 22 38 59 27 0 4E CE 51 C
Octal 6 42 70 131 47 0 116 316 121 14
Binary 110 100010 111000 1011001 100111 0 1001110 11001110 1010001 1100

Color Harmonies of #062238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062238

Black with #062238

Text Example


Text Example

White with #062238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062238; }

 p { color: rgb(6,34,56); }

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

background-color css

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

 a { background-color: rgb(6,34,56); }

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

border-color css

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

 span { border-color: rgb(6,34,56); }

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