Html Css Color HEX #031C40 Tangaroa

📋 copy color: '#031C40'

red 3 ◦ green 28 ◦ blue 64

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

Shades of Tangaroa #031C40

Tints of Tangaroa #031C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.47%

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

R = 3.16%
G = 29.47%
B = 67.37%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#031C40 (or 0x031C40) is known color: Tangaroa. HEX triplet: 03, 1C and 40. RGB value is (3,28,64). Sum of RGB (Red+Green+Blue) = 3+28+64=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #031C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C40 is #FCE3BF. Grayscale: #181818. Windows color (decimal): -16573376 or 4201475. OLE color: 4201475.

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

Color convert

RGB 3 28 64 -
CMYK 0.95 0.56 0 0.75
HSL 215.41º 0.91% 0.13% -
HSV(B) 215.41º 0.95% 0.25% -
XYZ 1.38 1.22 5.01 -
YUV 24.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 3 28 64 0.95 0.56 0 0.75 215.41 0.91 0.13
Hex 3 1C 40 5F 38 0 4B D7 5B D
Octal 3 34 100 137 70 0 113 327 133 15
Binary 11 11100 1000000 1011111 111000 0 1001011 11010111 1011011 1101

Color Harmonies of #031C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C40

Black with #031C40

Text Example


Text Example

White with #031C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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