Html Css Color HEX #30269F Dark Slate Blue

📋 copy color: '#30269F'

red 48 ◦ green 38 ◦ blue 159

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

Shades of Dark Slate Blue #30269F

Tints of Dark Slate Blue #30269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 19.59%
G = 15.51%
B = 64.9%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30269F (or 0x30269F) is known color: Dark Slate Blue. HEX triplet: 30, 26 and 9F. RGB value is (48,38,159). Sum of RGB (Red+Green+Blue) = 48+38+159=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #30269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30269F is #CFD960. Grayscale: #363636. Windows color (decimal): -13621601 or 10430000. OLE color: 10430000.

HSL color Cylindrical-coordinate representation of color #30269F: hue angle of 244.96º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30269F is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 38 159 -
CMYK 0.70 0.76 0 0.38
HSL 244.96º 0.61% 0.39% -
HSV(B) 244.96º 0.76% 0.62% -
XYZ 8.17 4.52 33.24 -
YUV 54.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 48 38 159 0.70 0.76 0 0.38 244.96 0.61 0.39
Hex 30 26 9F 46 4C 0 26 F5 3D 27
Octal 60 46 237 106 114 0 46 365 75 47
Binary 110000 100110 10011111 1000110 1001100 0 100110 11110101 111101 100111

Color Harmonies of #30269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30269F

Black with #30269F

Text Example


Text Example

White with #30269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30269F; }

 p { color: rgb(48,38,159); }

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

background-color css

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

 a { background-color: rgb(48,38,159); }

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

border-color css

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

 span { border-color: rgb(48,38,159); }

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