Html Css Color HEX #333AA1 Dark Slate Blue

📋 copy color: '#333AA1'

red 51 ◦ green 58 ◦ blue 161

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

Shades of Dark Slate Blue #333AA1

Tints of Dark Slate Blue #333AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 161 (63.28% from 255) = 59.63%

R = 18.89%
G = 21.48%
B = 59.63%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#333AA1 (or 0x333AA1) is known color: Dark Slate Blue. HEX triplet: 33, 3A and A1. RGB value is (51,58,161). Sum of RGB (Red+Green+Blue) = 51+58+161=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 161 (63.28% from 255 or 59.63% from 270); Max value from RGB is 161 - color contains mainly: blue. Hex color #333AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AA1 is #CCC55E. Grayscale: #434343. Windows color (decimal): -13419871 or 10566195. OLE color: 10566195.

HSL color Cylindrical-coordinate representation of color #333AA1: hue angle of 236.18º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333AA1 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 58 161 -
CMYK 0.68 0.64 0 0.37
HSL 236.18º 0.52% 0.42% -
HSV(B) 236.18º 0.68% 0.63% -
XYZ 9.31 6.3 34.44 -
YUV 67.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 51 58 161 0.68 0.64 0 0.37 236.18 0.52 0.42
Hex 33 3A A1 44 40 0 25 EC 34 2A
Octal 63 72 241 104 100 0 45 354 64 52
Binary 110011 111010 10100001 1000100 1000000 0 100101 11101100 110100 101010

Color Harmonies of #333AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AA1

Black with #333AA1

Text Example


Text Example

White with #333AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333AA1; }

 p { color: rgb(51,58,161); }

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

background-color css

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

 a { background-color: rgb(51,58,161); }

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

border-color css

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

 span { border-color: rgb(51,58,161); }

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