Html Css Color HEX #031B38 Tangaroa

📋 copy color: '#031B38'

red 3 ◦ green 27 ◦ blue 56

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

Shades of Tangaroa #031B38

Tints of Tangaroa #031B38

RGB

 RED value IS 3 (1.56% from 255) = 3.49%

 GREEN value IS 27 (10.94% from 255) = 31.4%

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

R = 3.49%
G = 31.4%
B = 65.12%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031B38 (or 0x031B38) is known color: Tangaroa. HEX triplet: 03, 1B and 38. RGB value is (3,27,56). Sum of RGB (Red+Green+Blue) = 3+27+56=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #031B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B38 is #FCE4C7. Grayscale: #161616. Windows color (decimal): -16573640 or 3676931. OLE color: 3676931.

HSL color Cylindrical-coordinate representation of color #031B38: hue angle of 212.83º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031B38 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 27 56 -
CMYK 0.95 0.52 0 0.78
HSL 212.83º 0.9% 0.12% -
HSV(B) 212.83º 0.95% 0.22% -
XYZ 1.14 1.09 3.89 -
YUV 23.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 3 27 56 0.95 0.52 0 0.78 212.83 0.9 0.12
Hex 3 1B 38 5F 34 0 4E D5 5A C
Octal 3 33 70 137 64 0 116 325 132 14
Binary 11 11011 111000 1011111 110100 0 1001110 11010101 1011010 1100

Color Harmonies of #031B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B38

Black with #031B38

Text Example


Text Example

White with #031B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031B38; }

 p { color: rgb(3,27,56); }

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

background-color css

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

 a { background-color: rgb(3,27,56); }

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

border-color css

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

 span { border-color: rgb(3,27,56); }

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