Html Css Color HEX #023384 Smalt

📋 copy color: '#023384'

red 2 ◦ green 51 ◦ blue 132

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

Shades of Smalt #023384

Tints of Smalt #023384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 1.08%
G = 27.57%
B = 71.35%

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

#023384 (or 0x023384) is known color: Smalt. HEX triplet: 02, 33 and 84. RGB value is (2,51,132). Sum of RGB (Red+Green+Blue) = 2+51+132=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #023384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023384 is #FDCC7B. Grayscale: #2D2D2D. Windows color (decimal): -16632956 or 8663810. OLE color: 8663810.

HSL color Cylindrical-coordinate representation of color #023384: hue angle of 217.38º 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 #023384 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 51 132 -
CMYK 0.98 0.61 0 0.48
HSL 217.38º 0.97% 0.26% -
HSV(B) 217.38º 0.98% 0.52% -
XYZ 5.37 4.05 22.33 -
YUV 45.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 2 51 132 0.98 0.61 0 0.48 217.38 0.97 0.26
Hex 2 33 84 62 3D 0 30 D9 61 1A
Octal 2 63 204 142 75 0 60 331 141 32
Binary 10 110011 10000100 1100010 111101 0 110000 11011001 1100001 11010

Color Harmonies of #023384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023384

Black with #023384

Text Example


Text Example

White with #023384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023384; }

 p { color: rgb(2,51,132); }

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

background-color css

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

 a { background-color: rgb(2,51,132); }

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

border-color css

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

 span { border-color: rgb(2,51,132); }

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