Html Css Color HEX #33379A Dark Slate Blue

📋 copy color: '#33379A'

red 51 ◦ green 55 ◦ blue 154

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

Shades of Dark Slate Blue #33379A

Tints of Dark Slate Blue #33379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 19.62%
G = 21.15%
B = 59.23%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33379A (or 0x33379A) is known color: Dark Slate Blue. HEX triplet: 33, 37 and 9A. RGB value is (51,55,154). Sum of RGB (Red+Green+Blue) = 51+55+154=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #33379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33379A is #CCC865. Grayscale: #404040. Windows color (decimal): -13420646 or 10106675. OLE color: 10106675.

HSL color Cylindrical-coordinate representation of color #33379A: hue angle of 237.67º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33379A is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 55 154 -
CMYK 0.67 0.64 0 0.40
HSL 237.67º 0.5% 0.4% -
HSV(B) 237.67º 0.67% 0.6% -
XYZ 8.56 5.77 31.23 -
YUV 65.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 51 55 154 0.67 0.64 0 0.40 237.67 0.5 0.4
Hex 33 37 9A 43 40 0 28 EE 32 28
Octal 63 67 232 103 100 0 50 356 62 50
Binary 110011 110111 10011010 1000011 1000000 0 101000 11101110 110010 101000

Color Harmonies of #33379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33379A

Black with #33379A

Text Example


Text Example

White with #33379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33379A; }

 p { color: rgb(51,55,154); }

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

background-color css

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

 a { background-color: rgb(51,55,154); }

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

border-color css

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

 span { border-color: rgb(51,55,154); }

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