Html Css Color HEX #032653 Sapphire

📋 copy color: '#032653'

red 3 ◦ green 38 ◦ blue 83

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

Shades of Sapphire #032653

Tints of Sapphire #032653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 2.42%
G = 30.65%
B = 66.94%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032653 (or 0x032653) is known color: Sapphire. HEX triplet: 03, 26 and 53. RGB value is (3,38,83). Sum of RGB (Red+Green+Blue) = 3+38+83=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #032653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032653 is #FCD9AC. Grayscale: #202020. Windows color (decimal): -16570797 or 5449219. OLE color: 5449219.

HSL color Cylindrical-coordinate representation of color #032653: hue angle of 213.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032653 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 38 83 -
CMYK 0.96 0.54 0 0.67
HSL 213.75º 0.93% 0.17% -
HSV(B) 213.75º 0.96% 0.33% -
XYZ 2.29 2.03 8.45 -
YUV 32.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 3 38 83 0.96 0.54 0 0.67 213.75 0.93 0.17
Hex 3 26 53 60 36 0 43 D6 5D 11
Octal 3 46 123 140 66 0 103 326 135 21
Binary 11 100110 1010011 1100000 110110 0 1000011 11010110 1011101 10001

Color Harmonies of #032653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032653

Black with #032653

Text Example


Text Example

White with #032653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032653; }

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

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

background-color css

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

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

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

border-color css

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

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

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