Html Css Color HEX #303399 Dark Slate Blue

📋 copy color: '#303399'

red 48 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #303399

Tints of Dark Slate Blue #303399

RGB

 RED value IS 48 (19.14% from 255) = 19.05%

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 19.05%
G = 20.24%
B = 60.71%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#303399 (or 0x303399) is known color: Dark Slate Blue. HEX triplet: 30, 33 and 99. RGB value is (48,51,153). Sum of RGB (Red+Green+Blue) = 48+51+153=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #303399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303399 is #CFCC66. Grayscale: #3D3D3D. Windows color (decimal): -13618279 or 10040112. OLE color: 10040112.

HSL color Cylindrical-coordinate representation of color #303399: hue angle of 238.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303399 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 51 153 -
CMYK 0.69 0.67 0 0.4
HSL 238.29º 0.52% 0.39% -
HSV(B) 238.29º 0.69% 0.6% -
XYZ 8.15 5.3 30.73 -
YUV 61.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 48 51 153 0.69 0.67 0 0.4 238.29 0.52 0.39
Hex 30 33 99 45 43 0 28 EE 34 27
Octal 60 63 231 105 103 0 50 356 64 47
Binary 110000 110011 10011001 1000101 1000011 0 101000 11101110 110100 100111

Color Harmonies of #303399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303399

Black with #303399

Text Example


Text Example

White with #303399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303399; }

 p { color: rgb(48,51,153); }

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

background-color css

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

 a { background-color: rgb(48,51,153); }

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

border-color css

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

 span { border-color: rgb(48,51,153); }

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