Html Css Color HEX #03293F Tangaroa

📋 copy color: '#03293F'

red 3 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #03293F

Tints of Tangaroa #03293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.32%

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

R = 2.8%
G = 38.32%
B = 58.88%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03293F (or 0x03293F) is known color: Tangaroa. HEX triplet: 03, 29 and 3F. RGB value is (3,41,63). Sum of RGB (Red+Green+Blue) = 3+41+63=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #03293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03293F is #FCD6C0. Grayscale: #202020. Windows color (decimal): -16570049 or 4139267. OLE color: 4139267.

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

Color convert

RGB 3 41 63 -
CMYK 0.95 0.35 0 0.75
HSL 202º 0.91% 0.13% -
HSV(B) 202º 0.95% 0.25% -
XYZ 1.73 1.96 4.99 -
YUV 32.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 3 41 63 0.95 0.35 0 0.75 202 0.91 0.13
Hex 3 29 3F 5F 23 0 4B CA 5B D
Octal 3 51 77 137 43 0 113 312 133 15
Binary 11 101001 111111 1011111 100011 0 1001011 11001010 1011011 1101

Color Harmonies of #03293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03293F

Black with #03293F

Text Example


Text Example

White with #03293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03293F; }

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

 H1.HeaderClassName
 {
   color: #03293F;
 }
 .AnyTagClassName
 {
   color: #03293F;
 }
</style>

background-color css

<style>
 a { background-color: #03293F; }

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

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

border-color css

<style>
 span { border-color: #03293F; }

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

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