Html Css Color HEX #3337DC Persian Blue

📋 copy color: '#3337DC'

red 51 ◦ green 55 ◦ blue 220

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

Shades of Persian Blue #3337DC

Tints of Persian Blue #3337DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 15.64%
G = 16.87%
B = 67.48%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3337DC (or 0x3337DC) is known color: Persian Blue. HEX triplet: 33, 37 and DC. RGB value is (51,55,220). Sum of RGB (Red+Green+Blue) = 51+55+220=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #3337DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337DC is #CCC823. Grayscale: #474747. Windows color (decimal): -13420580 or 14432051. OLE color: 14432051.

HSL color Cylindrical-coordinate representation of color #3337DC: hue angle of 238.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3337DC is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 55 220 -
CMYK 0.77 0.75 0 0.14
HSL 238.58º 0.71% 0.53% -
HSV(B) 238.58º 0.77% 0.86% -
XYZ 15.65 8.6 68.55 -
YUV 72.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 51 55 220 0.77 0.75 0 0.14 238.58 0.71 0.53
Hex 33 37 DC 4D 4B 0 E EF 47 35
Octal 63 67 334 115 113 0 16 357 107 65
Binary 110011 110111 11011100 1001101 1001011 0 1110 11101111 1000111 110101

Color Harmonies of #3337DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3337DC

Black with #3337DC

Text Example


Text Example

White with #3337DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3337DC; }

 p { color: rgb(51,55,220); }

 H1.HeaderClassName
 {
   color: #3337DC;
 }
 .AnyTagClassName
 {
   color: #3337DC;
 }
</style>

background-color css

<style>
 a { background-color: #3337DC; }

 a { background-color: rgb(51,55,220); }

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

border-color css

<style>
 span { border-color: #3337DC; }

 span { border-color: rgb(51,55,220); }

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