Html Css Color HEX #033088 Smalt

📋 copy color: '#033088'

red 3 ◦ green 48 ◦ blue 136

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

Shades of Smalt #033088

Tints of Smalt #033088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 1.6%
G = 25.67%
B = 72.73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#033088 (or 0x033088) is known color: Smalt. HEX triplet: 03, 30 and 88. RGB value is (3,48,136). Sum of RGB (Red+Green+Blue) = 3+48+136=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #033088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033088 is #FCCF77. Grayscale: #2C2C2C. Windows color (decimal): -16568184 or 8925187. OLE color: 8925187.

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

Color convert

RGB 3 48 136 -
CMYK 0.98 0.65 0 0.47
HSL 219.7º 0.96% 0.27% -
HSV(B) 219.7º 0.98% 0.53% -
XYZ 5.54 3.91 23.76 -
YUV 44.58 179.59 98.34 -
System Red Green Blue C M Y K H S L
Decimal 3 48 136 0.98 0.65 0 0.47 219.7 0.96 0.27
Hex 3 30 88 62 41 0 2F DC 60 1B
Octal 3 60 210 142 101 0 57 334 140 33
Binary 11 110000 10001000 1100010 1000001 0 101111 11011100 1100000 11011

Color Harmonies of #033088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033088

Black with #033088

Text Example


Text Example

White with #033088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033088; }

 p { color: rgb(3,48,136); }

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

background-color css

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

 a { background-color: rgb(3,48,136); }

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

border-color css

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

 span { border-color: rgb(3,48,136); }

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