Html Css Color HEX #03266C Sapphire

📋 copy color: '#03266C'

red 3 ◦ green 38 ◦ blue 108

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

Shades of Sapphire #03266C

Tints of Sapphire #03266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

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

R = 2.01%
G = 25.5%
B = 72.48%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03266C (or 0x03266C) is known color: Sapphire. HEX triplet: 03, 26 and 6C. RGB value is (3,38,108). Sum of RGB (Red+Green+Blue) = 3+38+108=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #03266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03266C is #FCD993. Grayscale: #232323. Windows color (decimal): -16570772 or 7087619. OLE color: 7087619.

HSL color Cylindrical-coordinate representation of color #03266C: hue angle of 220º 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 #03266C is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 38 108 -
CMYK 0.97 0.65 0 0.58
HSL 220º 0.95% 0.22% -
HSV(B) 220º 0.97% 0.42% -
XYZ 3.44 2.49 14.49 -
YUV 35.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 3 38 108 0.97 0.65 0 0.58 220 0.95 0.22
Hex 3 26 6C 61 41 0 3A DC 5F 16
Octal 3 46 154 141 101 0 72 334 137 26
Binary 11 100110 1101100 1100001 1000001 0 111010 11011100 1011111 10110

Color Harmonies of #03266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03266C

Black with #03266C

Text Example


Text Example

White with #03266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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