Html Css Color HEX #032685 Smalt

📋 copy color: '#032685'

red 3 ◦ green 38 ◦ blue 133

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

Shades of Smalt #032685

Tints of Smalt #032685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 133 (52.34% from 255) = 76.44%

R = 1.72%
G = 21.84%
B = 76.44%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032685 (or 0x032685) is known color: Smalt. HEX triplet: 03, 26 and 85. RGB value is (3,38,133). Sum of RGB (Red+Green+Blue) = 3+38+133=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #032685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032685 is #FCD97A. Grayscale: #252525. Windows color (decimal): -16570747 or 8726019. OLE color: 8726019.

HSL color Cylindrical-coordinate representation of color #032685: hue angle of 223.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032685 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 38 133 -
CMYK 0.98 0.71 0 0.48
HSL 223.85º 0.96% 0.27% -
HSV(B) 223.85º 0.98% 0.52% -
XYZ 4.96 3.1 22.53 -
YUV 38.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 3 38 133 0.98 0.71 0 0.48 223.85 0.96 0.27
Hex 3 26 85 62 47 0 30 E0 60 1B
Octal 3 46 205 142 107 0 60 340 140 33
Binary 11 100110 10000101 1100010 1000111 0 110000 11100000 1100000 11011

Color Harmonies of #032685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032685

Black with #032685

Text Example


Text Example

White with #032685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032685; }

 p { color: rgb(3,38,133); }

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

background-color css

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

 a { background-color: rgb(3,38,133); }

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

border-color css

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

 span { border-color: rgb(3,38,133); }

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