Html Css Color HEX #302B9B Dark Slate Blue

📋 copy color: '#302B9B'

red 48 ◦ green 43 ◦ blue 155

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

Shades of Dark Slate Blue #302B9B

Tints of Dark Slate Blue #302B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 19.51%
G = 17.48%
B = 63.01%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#302B9B (or 0x302B9B) is known color: Dark Slate Blue. HEX triplet: 30, 2B and 9B. RGB value is (48,43,155). Sum of RGB (Red+Green+Blue) = 48+43+155=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #302B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302B9B is #CFD464. Grayscale: #383838. Windows color (decimal): -13620325 or 10169136. OLE color: 10169136.

HSL color Cylindrical-coordinate representation of color #302B9B: hue angle of 242.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302B9B is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 43 155 -
CMYK 0.69 0.72 0 0.39
HSL 242.68º 0.57% 0.39% -
HSV(B) 242.68º 0.72% 0.61% -
XYZ 8 4.72 31.5 -
YUV 57.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 48 43 155 0.69 0.72 0 0.39 242.68 0.57 0.39
Hex 30 2B 9B 45 48 0 27 F3 39 27
Octal 60 53 233 105 110 0 47 363 71 47
Binary 110000 101011 10011011 1000101 1001000 0 100111 11110011 111001 100111

Color Harmonies of #302B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B9B

Black with #302B9B

Text Example


Text Example

White with #302B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B9B; }

 p { color: rgb(48,43,155); }

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

background-color css

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

 a { background-color: rgb(48,43,155); }

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

border-color css

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

 span { border-color: rgb(48,43,155); }

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