Html Css Color HEX #031F3F Tangaroa

📋 copy color: '#031F3F'

red 3 ◦ green 31 ◦ blue 63

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

Shades of Tangaroa #031F3F

Tints of Tangaroa #031F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 64.95%

R = 3.09%
G = 31.96%
B = 64.95%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031F3F (or 0x031F3F) is known color: Tangaroa. HEX triplet: 03, 1F and 3F. RGB value is (3,31,63). Sum of RGB (Red+Green+Blue) = 3+31+63=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #031F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F3F is #FCE0C0. Grayscale: #1A1A1A. Windows color (decimal): -16572609 or 4136707. OLE color: 4136707.

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

Color convert

RGB 3 31 63 -
CMYK 0.95 0.51 0 0.75
HSL 212º 0.91% 0.13% -
HSV(B) 212º 0.95% 0.25% -
XYZ 1.42 1.36 4.89 -
YUV 26.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 3 31 63 0.95 0.51 0 0.75 212 0.91 0.13
Hex 3 1F 3F 5F 33 0 4B D4 5B D
Octal 3 37 77 137 63 0 113 324 133 15
Binary 11 11111 111111 1011111 110011 0 1001011 11010100 1011011 1101

Color Harmonies of #031F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F3F

Black with #031F3F

Text Example


Text Example

White with #031F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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