Html Css Color HEX #333DAD Persian Blue

📋 copy color: '#333DAD'

red 51 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #333DAD

Tints of Persian Blue #333DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 17.89%
G = 21.4%
B = 60.7%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#333DAD (or 0x333DAD) is known color: Persian Blue. HEX triplet: 33, 3D and AD. RGB value is (51,61,173). Sum of RGB (Red+Green+Blue) = 51+61+173=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #333DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333DAD is #CCC252. Grayscale: #464646. Windows color (decimal): -13419091 or 11353395. OLE color: 11353395.

HSL color Cylindrical-coordinate representation of color #333DAD: hue angle of 235.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333DAD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 61 173 -
CMYK 0.71 0.65 0 0.32
HSL 235.08º 0.54% 0.44% -
HSV(B) 235.08º 0.71% 0.68% -
XYZ 10.58 7.06 40.34 -
YUV 70.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 51 61 173 0.71 0.65 0 0.32 235.08 0.54 0.44
Hex 33 3D AD 47 41 0 20 EB 36 2C
Octal 63 75 255 107 101 0 40 353 66 54
Binary 110011 111101 10101101 1000111 1000001 0 100000 11101011 110110 101100

Color Harmonies of #333DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DAD

Black with #333DAD

Text Example


Text Example

White with #333DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,61,173); }

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

background-color css

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

 a { background-color: rgb(51,61,173); }

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

border-color css

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

 span { border-color: rgb(51,61,173); }

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