Html Css Color HEX #032E7C Sapphire

📋 copy color: '#032E7C'

red 3 ◦ green 46 ◦ blue 124

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

Shades of Sapphire #032E7C

Tints of Sapphire #032E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 124 (48.83% from 255) = 71.68%

R = 1.73%
G = 26.59%
B = 71.68%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#032E7C (or 0x032E7C) is known color: Sapphire. HEX triplet: 03, 2E and 7C. RGB value is (3,46,124). Sum of RGB (Red+Green+Blue) = 3+46+124=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #032E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E7C is #FCD183. Grayscale: #292929. Windows color (decimal): -16568708 or 8138243. OLE color: 8138243.

HSL color Cylindrical-coordinate representation of color #032E7C: hue angle of 218.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E7C is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 46 124 -
CMYK 0.98 0.63 0 0.51
HSL 218.68º 0.95% 0.25% -
HSV(B) 218.68º 0.98% 0.49% -
XYZ 4.65 3.43 19.49 -
YUV 42.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 3 46 124 0.98 0.63 0 0.51 218.68 0.95 0.25
Hex 3 2E 7C 62 3F 0 33 DB 5F 19
Octal 3 56 174 142 77 0 63 333 137 31
Binary 11 101110 1111100 1100010 111111 0 110011 11011011 1011111 11001

Color Harmonies of #032E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E7C

Black with #032E7C

Text Example


Text Example

White with #032E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,124); }

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

background-color css

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

 a { background-color: rgb(3,46,124); }

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

border-color css

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

 span { border-color: rgb(3,46,124); }

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