Html Css Color HEX #333194 Dark Slate Blue

📋 copy color: '#333194'

red 51 ◦ green 49 ◦ blue 148

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

Shades of Dark Slate Blue #333194

Tints of Dark Slate Blue #333194

RGB

 RED value IS 51 (20.31% from 255) = 20.56%

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 20.56%
G = 19.76%
B = 59.68%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333194 (or 0x333194) is known color: Dark Slate Blue. HEX triplet: 33, 31 and 94. RGB value is (51,49,148). Sum of RGB (Red+Green+Blue) = 51+49+148=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #333194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333194 is #CCCE6B. Grayscale: #3C3C3C. Windows color (decimal): -13422188 or 9711923. OLE color: 9711923.

HSL color Cylindrical-coordinate representation of color #333194: hue angle of 241.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333194 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 49 148 -
CMYK 0.66 0.67 0 0.42
HSL 241.21º 0.5% 0.39% -
HSV(B) 241.21º 0.67% 0.58% -
XYZ 7.81 5.04 28.58 -
YUV 60.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 51 49 148 0.66 0.67 0 0.42 241.21 0.5 0.39
Hex 33 31 94 42 43 0 2A F1 32 27
Octal 63 61 224 102 103 0 52 361 62 47
Binary 110011 110001 10010100 1000010 1000011 0 101010 11110001 110010 100111

Color Harmonies of #333194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333194

Black with #333194

Text Example


Text Example

White with #333194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333194; }

 p { color: rgb(51,49,148); }

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

background-color css

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

 a { background-color: rgb(51,49,148); }

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

border-color css

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

 span { border-color: rgb(51,49,148); }

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