Html Css Color HEX #032362 Sapphire

📋 copy color: '#032362'

red 3 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #032362

Tints of Sapphire #032362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 2.21%
G = 25.74%
B = 72.06%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032362 (or 0x032362) is known color: Sapphire. HEX triplet: 03, 23 and 62. RGB value is (3,35,98). Sum of RGB (Red+Green+Blue) = 3+35+98=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #032362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032362 is #FCDC9D. Grayscale: #202020. Windows color (decimal): -16571550 or 6431491. OLE color: 6431491.

HSL color Cylindrical-coordinate representation of color #032362: hue angle of 219.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032362 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 35 98 -
CMYK 0.97 0.64 0 0.62
HSL 219.79º 0.94% 0.2% -
HSV(B) 219.79º 0.97% 0.38% -
XYZ 2.84 2.1 11.81 -
YUV 32.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 3 35 98 0.97 0.64 0 0.62 219.79 0.94 0.2
Hex 3 23 62 61 40 0 3E DC 5E 14
Octal 3 43 142 141 100 0 76 334 136 24
Binary 11 100011 1100010 1100001 1000000 0 111110 11011100 1011110 10100

Color Harmonies of #032362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032362

Black with #032362

Text Example


Text Example

White with #032362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032362; }

 p { color: rgb(3,35,98); }

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

background-color css

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

 a { background-color: rgb(3,35,98); }

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

border-color css

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

 span { border-color: rgb(3,35,98); }

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