Html Css Color HEX #33389A Dark Slate Blue

📋 copy color: '#33389A'

red 51 ◦ green 56 ◦ blue 154

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

Shades of Dark Slate Blue #33389A

Tints of Dark Slate Blue #33389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 19.54%
G = 21.46%
B = 59%

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

#33389A (or 0x33389A) is known color: Dark Slate Blue. HEX triplet: 33, 38 and 9A. RGB value is (51,56,154). Sum of RGB (Red+Green+Blue) = 51+56+154=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #33389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33389A is #CCC765. Grayscale: #414141. Windows color (decimal): -13420390 or 10106931. OLE color: 10106931.

HSL color Cylindrical-coordinate representation of color #33389A: hue angle of 237.09º 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 #33389A is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 56 154 -
CMYK 0.67 0.64 0 0.40
HSL 237.09º 0.5% 0.4% -
HSV(B) 237.09º 0.67% 0.6% -
XYZ 8.61 5.87 31.25 -
YUV 65.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 51 56 154 0.67 0.64 0 0.40 237.09 0.5 0.4
Hex 33 38 9A 43 40 0 28 ED 32 28
Octal 63 70 232 103 100 0 50 355 62 50
Binary 110011 111000 10011010 1000011 1000000 0 101000 11101101 110010 101000

Color Harmonies of #33389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33389A

Black with #33389A

Text Example


Text Example

White with #33389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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