Html Css Color HEX #3330A4 Dark Slate Blue

📋 copy color: '#3330A4'

red 51 ◦ green 48 ◦ blue 164

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

Shades of Dark Slate Blue #3330A4

Tints of Dark Slate Blue #3330A4

RGB

 RED value IS 51 (20.31% from 255) = 19.39%

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

 BLUE value IS 164 (64.45% from 255) = 62.36%

R = 19.39%
G = 18.25%
B = 62.36%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3330A4 (or 0x3330A4) is known color: Dark Slate Blue. HEX triplet: 33, 30 and A4. RGB value is (51,48,164). Sum of RGB (Red+Green+Blue) = 51+48+164=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #3330A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330A4 is #CCCF5B. Grayscale: #3D3D3D. Windows color (decimal): -13422428 or 10760243. OLE color: 10760243.

HSL color Cylindrical-coordinate representation of color #3330A4: hue angle of 241.55º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3330A4 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 48 164 -
CMYK 0.69 0.71 0 0.36
HSL 241.55º 0.55% 0.42% -
HSV(B) 241.55º 0.71% 0.64% -
XYZ 9.12 5.5 35.7 -
YUV 62.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 51 48 164 0.69 0.71 0 0.36 241.55 0.55 0.42
Hex 33 30 A4 45 47 0 24 F2 37 2A
Octal 63 60 244 105 107 0 44 362 67 52
Binary 110011 110000 10100100 1000101 1000111 0 100100 11110010 110111 101010

Color Harmonies of #3330A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3330A4

Black with #3330A4

Text Example


Text Example

White with #3330A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3330A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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