Html Css Color HEX #031D41 Tangaroa

📋 copy color: '#031D41'

red 3 ◦ green 29 ◦ blue 65

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

Shades of Tangaroa #031D41

Tints of Tangaroa #031D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 3.09%
G = 29.9%
B = 67.01%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031D41 (or 0x031D41) is known color: Tangaroa. HEX triplet: 03, 1D and 41. RGB value is (3,29,65). Sum of RGB (Red+Green+Blue) = 3+29+65=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #031D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D41 is #FCE2BE. Grayscale: #191919. Windows color (decimal): -16573119 or 4267267. OLE color: 4267267.

HSL color Cylindrical-coordinate representation of color #031D41: hue angle of 214.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031D41 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 29 65 -
CMYK 0.95 0.55 0 0.75
HSL 214.84º 0.91% 0.13% -
HSV(B) 214.84º 0.95% 0.25% -
XYZ 1.43 1.28 5.17 -
YUV 25.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 3 29 65 0.95 0.55 0 0.75 214.84 0.91 0.13
Hex 3 1D 41 5F 37 0 4B D7 5B D
Octal 3 35 101 137 67 0 113 327 133 15
Binary 11 11101 1000001 1011111 110111 0 1001011 11010111 1011011 1101

Color Harmonies of #031D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D41

Black with #031D41

Text Example


Text Example

White with #031D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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