Html Css Color HEX #333BA1 Dark Slate Blue

📋 copy color: '#333BA1'

red 51 ◦ green 59 ◦ blue 161

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

Shades of Dark Slate Blue #333BA1

Tints of Dark Slate Blue #333BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 18.82%
G = 21.77%
B = 59.41%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#333BA1 (or 0x333BA1) is known color: Dark Slate Blue. HEX triplet: 33, 3B and A1. RGB value is (51,59,161). Sum of RGB (Red+Green+Blue) = 51+59+161=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #333BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BA1 is #CCC45E. Grayscale: #434343. Windows color (decimal): -13419615 or 10566451. OLE color: 10566451.

HSL color Cylindrical-coordinate representation of color #333BA1: hue angle of 235.64º 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 #333BA1 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 59 161 -
CMYK 0.68 0.63 0 0.37
HSL 235.64º 0.52% 0.42% -
HSV(B) 235.64º 0.68% 0.63% -
XYZ 9.36 6.4 34.46 -
YUV 68.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 51 59 161 0.68 0.63 0 0.37 235.64 0.52 0.42
Hex 33 3B A1 44 3F 0 25 EC 34 2A
Octal 63 73 241 104 77 0 45 354 64 52
Binary 110011 111011 10100001 1000100 111111 0 100101 11101100 110100 101010

Color Harmonies of #333BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BA1

Black with #333BA1

Text Example


Text Example

White with #333BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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