Html Css Color HEX #031F41 Tangaroa

📋 copy color: '#031F41'

red 3 ◦ green 31 ◦ blue 65

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

Shades of Tangaroa #031F41

Tints of Tangaroa #031F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.31%

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

R = 3.03%
G = 31.31%
B = 65.66%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031F41 (or 0x031F41) is known color: Tangaroa. HEX triplet: 03, 1F and 41. RGB value is (3,31,65). Sum of RGB (Red+Green+Blue) = 3+31+65=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #031F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F41 is #FCE0BE. Grayscale: #1A1A1A. Windows color (decimal): -16572607 or 4267779. OLE color: 4267779.

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

Color convert

RGB 3 31 65 -
CMYK 0.95 0.52 0 0.75
HSL 212.9º 0.91% 0.13% -
HSV(B) 212.9º 0.95% 0.25% -
XYZ 1.48 1.38 5.19 -
YUV 26.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 3 31 65 0.95 0.52 0 0.75 212.9 0.91 0.13
Hex 3 1F 41 5F 34 0 4B D5 5B D
Octal 3 37 101 137 64 0 113 325 133 15
Binary 11 11111 1000001 1011111 110100 0 1001011 11010101 1011011 1101

Color Harmonies of #031F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F41

Black with #031F41

Text Example


Text Example

White with #031F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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