Html Css Color HEX #032C75 Sapphire

📋 copy color: '#032C75'

red 3 ◦ green 44 ◦ blue 117

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

Shades of Sapphire #032C75

Tints of Sapphire #032C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 1.83%
G = 26.83%
B = 71.34%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032C75 (or 0x032C75) is known color: Sapphire. HEX triplet: 03, 2C and 75. RGB value is (3,44,117). Sum of RGB (Red+Green+Blue) = 3+44+117=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #032C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C75 is #FCD38A. Grayscale: #272727. Windows color (decimal): -16569227 or 7678979. OLE color: 7678979.

HSL color Cylindrical-coordinate representation of color #032C75: hue angle of 218.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C75 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 44 117 -
CMYK 0.97 0.62 0 0.54
HSL 218.42º 0.95% 0.24% -
HSV(B) 218.42º 0.97% 0.46% -
XYZ 4.15 3.11 17.21 -
YUV 40.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 3 44 117 0.97 0.62 0 0.54 218.42 0.95 0.24
Hex 3 2C 75 61 3E 0 36 DA 5F 18
Octal 3 54 165 141 76 0 66 332 137 30
Binary 11 101100 1110101 1100001 111110 0 110110 11011010 1011111 11000

Color Harmonies of #032C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C75

Black with #032C75

Text Example


Text Example

White with #032C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032C75; }

 p { color: rgb(3,44,117); }

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

background-color css

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

 a { background-color: rgb(3,44,117); }

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

border-color css

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

 span { border-color: rgb(3,44,117); }

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