Html Css Color HEX #332B94 Dark Slate Blue

📋 copy color: '#332B94'

red 51 ◦ green 43 ◦ blue 148

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

Shades of Dark Slate Blue #332B94

Tints of Dark Slate Blue #332B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 21.07%
G = 17.77%
B = 61.16%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332B94 (or 0x332B94) is known color: Dark Slate Blue. HEX triplet: 33, 2B and 94. RGB value is (51,43,148). Sum of RGB (Red+Green+Blue) = 51+43+148=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #332B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B94 is #CCD46B. Grayscale: #383838. Windows color (decimal): -13423724 or 9710387. OLE color: 9710387.

HSL color Cylindrical-coordinate representation of color #332B94: hue angle of 244.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332B94 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 43 148 -
CMYK 0.66 0.71 0 0.42
HSL 244.57º 0.55% 0.37% -
HSV(B) 244.57º 0.71% 0.58% -
XYZ 7.57 4.57 28.5 -
YUV 57.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 51 43 148 0.66 0.71 0 0.42 244.57 0.55 0.37
Hex 33 2B 94 42 47 0 2A F5 37 25
Octal 63 53 224 102 107 0 52 365 67 45
Binary 110011 101011 10010100 1000010 1000111 0 101010 11110101 110111 100101

Color Harmonies of #332B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B94

Black with #332B94

Text Example


Text Example

White with #332B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332B94; }

 p { color: rgb(51,43,148); }

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

background-color css

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

 a { background-color: rgb(51,43,148); }

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

border-color css

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

 span { border-color: rgb(51,43,148); }

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