Html Css Color HEX #032274 Sapphire

📋 copy color: '#032274'

red 3 ◦ green 34 ◦ blue 116

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

Shades of Sapphire #032274

Tints of Sapphire #032274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 1.96%
G = 22.22%
B = 75.82%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032274 (or 0x032274) is known color: Sapphire. HEX triplet: 03, 22 and 74. RGB value is (3,34,116). Sum of RGB (Red+Green+Blue) = 3+34+116=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #032274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032274 is #FCDD8B. Grayscale: #212121. Windows color (decimal): -16571788 or 7610883. OLE color: 7610883.

HSL color Cylindrical-coordinate representation of color #032274: hue angle of 223.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032274 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 34 116 -
CMYK 0.97 0.71 0 0.55
HSL 223.54º 0.95% 0.23% -
HSV(B) 223.54º 0.97% 0.45% -
XYZ 3.76 2.42 16.79 -
YUV 34.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 3 34 116 0.97 0.71 0 0.55 223.54 0.95 0.23
Hex 3 22 74 61 47 0 37 E0 5F 17
Octal 3 42 164 141 107 0 67 340 137 27
Binary 11 100010 1110100 1100001 1000111 0 110111 11100000 1011111 10111

Color Harmonies of #032274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032274

Black with #032274

Text Example


Text Example

White with #032274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032274; }

 p { color: rgb(3,34,116); }

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

background-color css

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

 a { background-color: rgb(3,34,116); }

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

border-color css

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

 span { border-color: rgb(3,34,116); }

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