Html Css Color HEX #3730DD Persian Blue

📋 copy color: '#3730DD'

red 55 ◦ green 48 ◦ blue 221

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

Shades of Persian Blue #3730DD

Tints of Persian Blue #3730DD

RGB

 RED value IS 55 (21.88% from 255) = 16.98%

 GREEN value IS 48 (19.14% from 255) = 14.81%

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 16.98%
G = 14.81%
B = 68.21%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3730DD (or 0x3730DD) is known color: Persian Blue. HEX triplet: 37, 30 and DD. RGB value is (55,48,221). Sum of RGB (Red+Green+Blue) = 55+48+221=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #3730DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730DD is #C8CF22. Grayscale: #454545. Windows color (decimal): -13160227 or 14495799. OLE color: 14495799.

HSL color Cylindrical-coordinate representation of color #3730DD: hue angle of 242.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3730DD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 48 221 -
CMYK 0.75 0.78 0 0.13
HSL 242.43º 0.72% 0.53% -
HSV(B) 242.43º 0.78% 0.87% -
XYZ 15.68 8.15 69.15 -
YUV 69.82 213.32 117.43 -
System Red Green Blue C M Y K H S L
Decimal 55 48 221 0.75 0.78 0 0.13 242.43 0.72 0.53
Hex 37 30 DD 4B 4E 0 D F2 48 35
Octal 67 60 335 113 116 0 15 362 110 65
Binary 110111 110000 11011101 1001011 1001110 0 1101 11110010 1001000 110101

Color Harmonies of #3730DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3730DD

Black with #3730DD

Text Example


Text Example

White with #3730DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3730DD; }

 p { color: rgb(55,48,221); }

 H1.HeaderClassName
 {
   color: #3730DD;
 }
 .AnyTagClassName
 {
   color: #3730DD;
 }
</style>

background-color css

<style>
 a { background-color: #3730DD; }

 a { background-color: rgb(55,48,221); }

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

border-color css

<style>
 span { border-color: #3730DD; }

 span { border-color: rgb(55,48,221); }

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