Html Css Color HEX #03214A Sapphire

📋 copy color: '#03214A'

red 3 ◦ green 33 ◦ blue 74

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

Shades of Sapphire #03214A

Tints of Sapphire #03214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 67.27%

R = 2.73%
G = 30%
B = 67.27%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03214A (or 0x03214A) is known color: Sapphire. HEX triplet: 03, 21 and 4A. RGB value is (3,33,74). Sum of RGB (Red+Green+Blue) = 3+33+74=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #03214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03214A is #FCDEB5. Grayscale: #1C1C1C. Windows color (decimal): -16572086 or 4858115. OLE color: 4858115.

HSL color Cylindrical-coordinate representation of color #03214A: hue angle of 214.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03214A is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 33 74 -
CMYK 0.96 0.55 0 0.71
HSL 214.65º 0.92% 0.15% -
HSV(B) 214.65º 0.96% 0.29% -
XYZ 1.82 1.6 6.69 -
YUV 28.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 3 33 74 0.96 0.55 0 0.71 214.65 0.92 0.15
Hex 3 21 4A 60 37 0 47 D7 5C F
Octal 3 41 112 140 67 0 107 327 134 17
Binary 11 100001 1001010 1100000 110111 0 1000111 11010111 1011100 1111

Color Harmonies of #03214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03214A

Black with #03214A

Text Example


Text Example

White with #03214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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