Html Css Color HEX #032482 Sapphire

📋 copy color: '#032482'

red 3 ◦ green 36 ◦ blue 130

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

Shades of Sapphire #032482

Tints of Sapphire #032482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 130 (51.17% from 255) = 76.92%

R = 1.78%
G = 21.3%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032482 (or 0x032482) is known color: Sapphire. HEX triplet: 03, 24 and 82. RGB value is (3,36,130). Sum of RGB (Red+Green+Blue) = 3+36+130=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #032482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032482 is #FCDB7D. Grayscale: #242424. Windows color (decimal): -16571262 or 8528899. OLE color: 8528899.

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

Color convert

RGB 3 36 130 -
CMYK 0.98 0.72 0 0.49
HSL 224.41º 0.95% 0.26% -
HSV(B) 224.41º 0.98% 0.51% -
XYZ 4.7 2.89 21.43 -
YUV 36.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 3 36 130 0.98 0.72 0 0.49 224.41 0.95 0.26
Hex 3 24 82 62 48 0 31 E0 5F 1A
Octal 3 44 202 142 110 0 61 340 137 32
Binary 11 100100 10000010 1100010 1001000 0 110001 11100000 1011111 11010

Color Harmonies of #032482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032482

Black with #032482

Text Example


Text Example

White with #032482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032482; }

 p { color: rgb(3,36,130); }

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

background-color css

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

 a { background-color: rgb(3,36,130); }

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

border-color css

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

 span { border-color: rgb(3,36,130); }

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