Html Css Color HEX #033092 Smalt

📋 copy color: '#033092'

red 3 ◦ green 48 ◦ blue 146

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

Shades of Smalt #033092

Tints of Smalt #033092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.11%

R = 1.52%
G = 24.37%
B = 74.11%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#033092 (or 0x033092) is known color: Smalt. HEX triplet: 03, 30 and 92. RGB value is (3,48,146). Sum of RGB (Red+Green+Blue) = 3+48+146=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #033092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033092 is #FCCF6D. Grayscale: #2D2D2D. Windows color (decimal): -16568174 or 9580547. OLE color: 9580547.

HSL color Cylindrical-coordinate representation of color #033092: hue angle of 221.12º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033092 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 48 146 -
CMYK 0.98 0.67 0 0.43
HSL 221.12º 0.96% 0.29% -
HSV(B) 221.12º 0.98% 0.57% -
XYZ 6.28 4.21 27.68 -
YUV 45.72 184.59 97.53 -
System Red Green Blue C M Y K H S L
Decimal 3 48 146 0.98 0.67 0 0.43 221.12 0.96 0.29
Hex 3 30 92 62 43 0 2B DD 60 1D
Octal 3 60 222 142 103 0 53 335 140 35
Binary 11 110000 10010010 1100010 1000011 0 101011 11011101 1100000 11101

Color Harmonies of #033092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033092

Black with #033092

Text Example


Text Example

White with #033092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033092; }

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

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

background-color css

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

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

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

border-color css

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

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

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