Html Css Color HEX #363098 Dark Slate Blue

📋 copy color: '#363098'

red 54 ◦ green 48 ◦ blue 152

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

Shades of Dark Slate Blue #363098

Tints of Dark Slate Blue #363098

RGB

 RED value IS 54 (21.48% from 255) = 21.26%

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

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 21.26%
G = 18.9%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#363098 (or 0x363098) is known color: Dark Slate Blue. HEX triplet: 36, 30 and 98. RGB value is (54,48,152). Sum of RGB (Red+Green+Blue) = 54+48+152=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #363098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363098 is #C9CF67. Grayscale: #3D3D3D. Windows color (decimal): -13225832 or 9973814. OLE color: 9973814.

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

Color convert

RGB 54 48 152 -
CMYK 0.64 0.68 0 0.40
HSL 243.46º 0.52% 0.39% -
HSV(B) 243.46º 0.68% 0.6% -
XYZ 8.25 5.17 30.27 -
YUV 61.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 54 48 152 0.64 0.68 0 0.40 243.46 0.52 0.39
Hex 36 30 98 40 44 0 28 F3 34 27
Octal 66 60 230 100 104 0 50 363 64 47
Binary 110110 110000 10011000 1000000 1000100 0 101000 11110011 110100 100111

Color Harmonies of #363098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363098

Black with #363098

Text Example


Text Example

White with #363098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363098; }

 p { color: rgb(54,48,152); }

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

background-color css

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

 a { background-color: rgb(54,48,152); }

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

border-color css

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

 span { border-color: rgb(54,48,152); }

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