Html Css Color HEX #032262 Sapphire

📋 copy color: '#032262'

red 3 ◦ green 34 ◦ blue 98

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

Shades of Sapphire #032262

Tints of Sapphire #032262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 2.22%
G = 25.19%
B = 72.59%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032262 (or 0x032262) is known color: Sapphire. HEX triplet: 03, 22 and 62. RGB value is (3,34,98). Sum of RGB (Red+Green+Blue) = 3+34+98=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #032262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032262 is #FCDD9D. Grayscale: #1F1F1F. Windows color (decimal): -16571806 or 6431235. OLE color: 6431235.

HSL color Cylindrical-coordinate representation of color #032262: hue angle of 220.42º 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 #032262 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 34 98 -
CMYK 0.97 0.65 0 0.62
HSL 220.42º 0.94% 0.2% -
HSV(B) 220.42º 0.97% 0.38% -
XYZ 2.81 2.05 11.8 -
YUV 32.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 3 34 98 0.97 0.65 0 0.62 220.42 0.94 0.2
Hex 3 22 62 61 41 0 3E DC 5E 14
Octal 3 42 142 141 101 0 76 334 136 24
Binary 11 100010 1100010 1100001 1000001 0 111110 11011100 1011110 10100

Color Harmonies of #032262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032262

Black with #032262

Text Example


Text Example

White with #032262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032262; }

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

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

background-color css

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

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

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

border-color css

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

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

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