Html Css Color HEX #023488 Smalt

📋 copy color: '#023488'

red 2 ◦ green 52 ◦ blue 136

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

Shades of Smalt #023488

Tints of Smalt #023488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 1.05%
G = 27.37%
B = 71.58%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023488 (or 0x023488) is known color: Smalt. HEX triplet: 02, 34 and 88. RGB value is (2,52,136). Sum of RGB (Red+Green+Blue) = 2+52+136=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #023488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023488 is #FDCB77. Grayscale: #2E2E2E. Windows color (decimal): -16632696 or 8926210. OLE color: 8926210.

HSL color Cylindrical-coordinate representation of color #023488: hue angle of 217.61º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023488 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 52 136 -
CMYK 0.99 0.62 0 0.47
HSL 217.61º 0.97% 0.27% -
HSV(B) 217.61º 0.99% 0.53% -
XYZ 5.7 4.25 23.81 -
YUV 46.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 2 52 136 0.99 0.62 0 0.47 217.61 0.97 0.27
Hex 2 34 88 63 3E 0 2F DA 61 1B
Octal 2 64 210 143 76 0 57 332 141 33
Binary 10 110100 10001000 1100011 111110 0 101111 11011010 1100001 11011

Color Harmonies of #023488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023488

Black with #023488

Text Example


Text Example

White with #023488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023488; }

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

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

background-color css

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

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

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

border-color css

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

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

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