Html Css Color HEX #38309C Dark Slate Blue

📋 copy color: '#38309C'

red 56 ◦ green 48 ◦ blue 156

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

Shades of Dark Slate Blue #38309C

Tints of Dark Slate Blue #38309C

RGB

 RED value IS 56 (22.27% from 255) = 21.54%

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

 BLUE value IS 156 (61.33% from 255) = 60%

R = 21.54%
G = 18.46%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38309C (or 0x38309C) is known color: Dark Slate Blue. HEX triplet: 38, 30 and 9C. RGB value is (56,48,156). Sum of RGB (Red+Green+Blue) = 56+48+156=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #38309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38309C is #C7CF63. Grayscale: #3E3E3E. Windows color (decimal): -13094756 or 10235960. OLE color: 10235960.

HSL color Cylindrical-coordinate representation of color #38309C: hue angle of 244.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38309C is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 48 156 -
CMYK 0.64 0.69 0 0.39
HSL 244.44º 0.53% 0.4% -
HSV(B) 244.44º 0.69% 0.61% -
XYZ 8.69 5.35 32.03 -
YUV 62.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 56 48 156 0.64 0.69 0 0.39 244.44 0.53 0.4
Hex 38 30 9C 40 45 0 27 F4 35 28
Octal 70 60 234 100 105 0 47 364 65 50
Binary 111000 110000 10011100 1000000 1000101 0 100111 11110100 110101 101000

Color Harmonies of #38309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38309C

Black with #38309C

Text Example


Text Example

White with #38309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38309C; }

 p { color: rgb(56,48,156); }

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

background-color css

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

 a { background-color: rgb(56,48,156); }

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

border-color css

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

 span { border-color: rgb(56,48,156); }

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