Html Css Color HEX #03296C Sapphire

📋 copy color: '#03296C'

red 3 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #03296C

Tints of Sapphire #03296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 71.05%

R = 1.97%
G = 26.97%
B = 71.05%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03296C (or 0x03296C) is known color: Sapphire. HEX triplet: 03, 29 and 6C. RGB value is (3,41,108). Sum of RGB (Red+Green+Blue) = 3+41+108=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #03296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03296C is #FCD693. Grayscale: #242424. Windows color (decimal): -16570004 or 7088387. OLE color: 7088387.

HSL color Cylindrical-coordinate representation of color #03296C: hue angle of 218.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03296C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 41 108 -
CMYK 0.97 0.62 0 0.58
HSL 218.29º 0.95% 0.22% -
HSV(B) 218.29º 0.97% 0.42% -
XYZ 3.54 2.69 14.52 -
YUV 37.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 3 41 108 0.97 0.62 0 0.58 218.29 0.95 0.22
Hex 3 29 6C 61 3E 0 3A DA 5F 16
Octal 3 51 154 141 76 0 72 332 137 26
Binary 11 101001 1101100 1100001 111110 0 111010 11011010 1011111 10110

Color Harmonies of #03296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03296C

Black with #03296C

Text Example


Text Example

White with #03296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03296C; }

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

 H1.HeaderClassName
 {
   color: #03296C;
 }
 .AnyTagClassName
 {
   color: #03296C;
 }
</style>

background-color css

<style>
 a { background-color: #03296C; }

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

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

border-color css

<style>
 span { border-color: #03296C; }

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

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