Html Css Color HEX #031F40 Tangaroa

📋 copy color: '#031F40'

red 3 ◦ green 31 ◦ blue 64

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

Shades of Tangaroa #031F40

Tints of Tangaroa #031F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 65.31%

R = 3.06%
G = 31.63%
B = 65.31%

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

#031F40 (or 0x031F40) is known color: Tangaroa. HEX triplet: 03, 1F and 40. RGB value is (3,31,64). Sum of RGB (Red+Green+Blue) = 3+31+64=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #031F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F40 is #FCE0BF. Grayscale: #1A1A1A. Windows color (decimal): -16572608 or 4202243. OLE color: 4202243.

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

Color convert

RGB 3 31 64 -
CMYK 0.95 0.52 0 0.75
HSL 212.46º 0.91% 0.13% -
HSV(B) 212.46º 0.95% 0.25% -
XYZ 1.45 1.37 5.04 -
YUV 26.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 3 31 64 0.95 0.52 0 0.75 212.46 0.91 0.13
Hex 3 1F 40 5F 34 0 4B D4 5B D
Octal 3 37 100 137 64 0 113 324 133 15
Binary 11 11111 1000000 1011111 110100 0 1001011 11010100 1011011 1101

Color Harmonies of #031F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F40

Black with #031F40

Text Example


Text Example

White with #031F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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