Html Css Color HEX #33268F Dark Slate Blue

📋 copy color: '#33268F'

red 51 ◦ green 38 ◦ blue 143

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

Shades of Dark Slate Blue #33268F

Tints of Dark Slate Blue #33268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 21.98%
G = 16.38%
B = 61.64%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33268F (or 0x33268F) is known color: Dark Slate Blue. HEX triplet: 33, 26 and 8F. RGB value is (51,38,143). Sum of RGB (Red+Green+Blue) = 51+38+143=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #33268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33268F is #CCD970. Grayscale: #353535. Windows color (decimal): -13425009 or 9381427. OLE color: 9381427.

HSL color Cylindrical-coordinate representation of color #33268F: hue angle of 247.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33268F is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 38 143 -
CMYK 0.64 0.73 0 0.44
HSL 247.43º 0.58% 0.35% -
HSV(B) 247.43º 0.73% 0.56% -
XYZ 7.02 4.07 26.4 -
YUV 53.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 51 38 143 0.64 0.73 0 0.44 247.43 0.58 0.35
Hex 33 26 8F 40 49 0 2C F7 3A 23
Octal 63 46 217 100 111 0 54 367 72 43
Binary 110011 100110 10001111 1000000 1001001 0 101100 11110111 111010 100011

Color Harmonies of #33268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33268F

Black with #33268F

Text Example


Text Example

White with #33268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33268F; }

 p { color: rgb(51,38,143); }

 H1.HeaderClassName
 {
   color: #33268F;
 }
 .AnyTagClassName
 {
   color: #33268F;
 }
</style>

background-color css

<style>
 a { background-color: #33268F; }

 a { background-color: rgb(51,38,143); }

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

border-color css

<style>
 span { border-color: #33268F; }

 span { border-color: rgb(51,38,143); }

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