Html Css Color HEX #032364 Sapphire

📋 copy color: '#032364'

red 3 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #032364

Tints of Sapphire #032364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 72.46%

R = 2.17%
G = 25.36%
B = 72.46%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032364 (or 0x032364) is known color: Sapphire. HEX triplet: 03, 23 and 64. RGB value is (3,35,100). Sum of RGB (Red+Green+Blue) = 3+35+100=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #032364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032364 is #FCDC9B. Grayscale: #202020. Windows color (decimal): -16571548 or 6562563. OLE color: 6562563.

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

Color convert

RGB 3 35 100 -
CMYK 0.97 0.65 0 0.61
HSL 220.21º 0.94% 0.2% -
HSV(B) 220.21º 0.97% 0.39% -
XYZ 2.94 2.14 12.32 -
YUV 32.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 3 35 100 0.97 0.65 0 0.61 220.21 0.94 0.2
Hex 3 23 64 61 41 0 3D DC 5E 14
Octal 3 43 144 141 101 0 75 334 136 24
Binary 11 100011 1100100 1100001 1000001 0 111101 11011100 1011110 10100

Color Harmonies of #032364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032364

Black with #032364

Text Example


Text Example

White with #032364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032364; }

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

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

background-color css

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

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

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

border-color css

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

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

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