Html Css Color HEX #031E41 Tangaroa

📋 copy color: '#031E41'

red 3 ◦ green 30 ◦ blue 65

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

Shades of Tangaroa #031E41

Tints of Tangaroa #031E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

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

R = 3.06%
G = 30.61%
B = 66.33%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031E41 (or 0x031E41) is known color: Tangaroa. HEX triplet: 03, 1E and 41. RGB value is (3,30,65). Sum of RGB (Red+Green+Blue) = 3+30+65=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #031E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E41 is #FCE1BE. Grayscale: #191919. Windows color (decimal): -16572863 or 4267523. OLE color: 4267523.

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

Color convert

RGB 3 30 65 -
CMYK 0.95 0.54 0 0.75
HSL 213.87º 0.91% 0.13% -
HSV(B) 213.87º 0.95% 0.25% -
XYZ 1.46 1.33 5.18 -
YUV 25.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 3 30 65 0.95 0.54 0 0.75 213.87 0.91 0.13
Hex 3 1E 41 5F 36 0 4B D6 5B D
Octal 3 36 101 137 66 0 113 326 133 15
Binary 11 11110 1000001 1011111 110110 0 1001011 11010110 1011011 1101

Color Harmonies of #031E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E41

Black with #031E41

Text Example


Text Example

White with #031E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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