Html Css Color HEX #332F90 Dark Slate Blue

📋 copy color: '#332F90'

red 51 ◦ green 47 ◦ blue 144

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

Shades of Dark Slate Blue #332F90

Tints of Dark Slate Blue #332F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 21.07%
G = 19.42%
B = 59.5%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#332F90 (or 0x332F90) is known color: Dark Slate Blue. HEX triplet: 33, 2F and 90. RGB value is (51,47,144). Sum of RGB (Red+Green+Blue) = 51+47+144=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #332F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F90 is #CCD06F. Grayscale: #3A3A3A. Windows color (decimal): -13422704 or 9449267. OLE color: 9449267.

HSL color Cylindrical-coordinate representation of color #332F90: hue angle of 242.47º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332F90 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 47 144 -
CMYK 0.65 0.67 0 0.44
HSL 242.47º 0.51% 0.37% -
HSV(B) 242.47º 0.67% 0.56% -
XYZ 7.42 4.75 26.91 -
YUV 59.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 51 47 144 0.65 0.67 0 0.44 242.47 0.51 0.37
Hex 33 2F 90 41 43 0 2C F2 33 25
Octal 63 57 220 101 103 0 54 362 63 45
Binary 110011 101111 10010000 1000001 1000011 0 101100 11110010 110011 100101

Color Harmonies of #332F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F90

Black with #332F90

Text Example


Text Example

White with #332F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,144); }

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

background-color css

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

 a { background-color: rgb(51,47,144); }

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

border-color css

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

 span { border-color: rgb(51,47,144); }

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