Html Css Color HEX #023485 Smalt

📋 copy color: '#023485'

red 2 ◦ green 52 ◦ blue 133

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

Shades of Smalt #023485

Tints of Smalt #023485

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 1.07%
G = 27.81%
B = 71.12%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023485 (or 0x023485) is known color: Smalt. HEX triplet: 02, 34 and 85. RGB value is (2,52,133). Sum of RGB (Red+Green+Blue) = 2+52+133=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #023485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023485 is #FDCB7A. Grayscale: #2D2D2D. Windows color (decimal): -16632699 or 8729602. OLE color: 8729602.

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

Color convert

RGB 2 52 133 -
CMYK 0.98 0.61 0 0.48
HSL 217.1º 0.97% 0.26% -
HSV(B) 217.1º 0.98% 0.52% -
XYZ 5.49 4.16 22.7 -
YUV 46.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 2 52 133 0.98 0.61 0 0.48 217.1 0.97 0.26
Hex 2 34 85 62 3D 0 30 D9 61 1A
Octal 2 64 205 142 75 0 60 331 141 32
Binary 10 110100 10000101 1100010 111101 0 110000 11011001 1100001 11010

Color Harmonies of #023485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023485

Black with #023485

Text Example


Text Example

White with #023485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023485; }

 p { color: rgb(2,52,133); }

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

background-color css

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

 a { background-color: rgb(2,52,133); }

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

border-color css

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

 span { border-color: rgb(2,52,133); }

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