Html Css Color HEX #031D38 Tangaroa

📋 copy color: '#031D38'

red 3 ◦ green 29 ◦ blue 56

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

Shades of Tangaroa #031D38

Tints of Tangaroa #031D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.95%

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

R = 3.41%
G = 32.95%
B = 63.64%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031D38 (or 0x031D38) is known color: Tangaroa. HEX triplet: 03, 1D and 38. RGB value is (3,29,56). Sum of RGB (Red+Green+Blue) = 3+29+56=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #031D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D38 is #FCE2C7. Grayscale: #181818. Windows color (decimal): -16573128 or 3677443. OLE color: 3677443.

HSL color Cylindrical-coordinate representation of color #031D38: hue angle of 210.57º 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 #031D38 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 29 56 -
CMYK 0.95 0.48 0 0.78
HSL 210.57º 0.9% 0.12% -
HSV(B) 210.57º 0.95% 0.22% -
XYZ 1.19 1.18 3.91 -
YUV 24.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 3 29 56 0.95 0.48 0 0.78 210.57 0.9 0.12
Hex 3 1D 38 5F 30 0 4E D3 5A C
Octal 3 35 70 137 60 0 116 323 132 14
Binary 11 11101 111000 1011111 110000 0 1001110 11010011 1011010 1100

Color Harmonies of #031D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D38

Black with #031D38

Text Example


Text Example

White with #031D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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