Html Css Color HEX #03213A Tangaroa

📋 copy color: '#03213A'

red 3 ◦ green 33 ◦ blue 58

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

Shades of Tangaroa #03213A

Tints of Tangaroa #03213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.11%

 BLUE value IS 58 (23.05% from 255) = 61.7%

R = 3.19%
G = 35.11%
B = 61.7%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03213A (or 0x03213A) is known color: Tangaroa. HEX triplet: 03, 21 and 3A. RGB value is (3,33,58). Sum of RGB (Red+Green+Blue) = 3+33+58=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #03213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03213A is #FCDEC5. Grayscale: #1A1A1A. Windows color (decimal): -16572102 or 3809539. OLE color: 3809539.

HSL color Cylindrical-coordinate representation of color #03213A: hue angle of 207.27º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03213A is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 33 58 -
CMYK 0.95 0.43 0 0.77
HSL 207.27º 0.9% 0.12% -
HSV(B) 207.27º 0.95% 0.23% -
XYZ 1.35 1.41 4.2 -
YUV 26.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 3 33 58 0.95 0.43 0 0.77 207.27 0.9 0.12
Hex 3 21 3A 5F 2B 0 4D CF 5A C
Octal 3 41 72 137 53 0 115 317 132 14
Binary 11 100001 111010 1011111 101011 0 1001101 11001111 1011010 1100

Color Harmonies of #03213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03213A

Black with #03213A

Text Example


Text Example

White with #03213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03213A; }

 p { color: rgb(3,33,58); }

 H1.HeaderClassName
 {
   color: #03213A;
 }
 .AnyTagClassName
 {
   color: #03213A;
 }
</style>

background-color css

<style>
 a { background-color: #03213A; }

 a { background-color: rgb(3,33,58); }

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

border-color css

<style>
 span { border-color: #03213A; }

 span { border-color: rgb(3,33,58); }

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