Html Css Color HEX #032252 Sapphire

📋 copy color: '#032252'

red 3 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #032252

Tints of Sapphire #032252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.91%

R = 2.52%
G = 28.57%
B = 68.91%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#032252 (or 0x032252) is known color: Sapphire. HEX triplet: 03, 22 and 52. RGB value is (3,34,82). Sum of RGB (Red+Green+Blue) = 3+34+82=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #032252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032252 is #FCDDAD. Grayscale: #1D1D1D. Windows color (decimal): -16571822 or 5382659. OLE color: 5382659.

HSL color Cylindrical-coordinate representation of color #032252: hue angle of 216.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032252 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 34 82 -
CMYK 0.96 0.59 0 0.68
HSL 216.46º 0.93% 0.17% -
HSV(B) 216.46º 0.96% 0.32% -
XYZ 2.13 1.77 8.21 -
YUV 30.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 3 34 82 0.96 0.59 0 0.68 216.46 0.93 0.17
Hex 3 22 52 60 3B 0 44 D8 5D 11
Octal 3 42 122 140 73 0 104 330 135 21
Binary 11 100010 1010010 1100000 111011 0 1000100 11011000 1011101 10001

Color Harmonies of #032252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032252

Black with #032252

Text Example


Text Example

White with #032252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032252; }

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

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

background-color css

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

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

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

border-color css

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

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

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