Html Css Color HEX #3955DD Royal Blue

📋 copy color: '#3955DD'

red 57 ◦ green 85 ◦ blue 221

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

Shades of Royal Blue #3955DD

Tints of Royal Blue #3955DD

RGB

 RED value IS 57 (22.66% from 255) = 15.7%

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 15.7%
G = 23.42%
B = 60.88%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3955DD (or 0x3955DD) is known color: Royal Blue. HEX triplet: 39, 55 and DD. RGB value is (57,85,221). Sum of RGB (Red+Green+Blue) = 57+85+221=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #3955DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955DD is #C6AA22. Grayscale: #5B5B5B. Windows color (decimal): -13019683 or 14505273. OLE color: 14505273.

HSL color Cylindrical-coordinate representation of color #3955DD: hue angle of 229.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3955DD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 85 221 -
CMYK 0.74 0.62 0 0.13
HSL 229.76º 0.71% 0.55% -
HSV(B) 229.76º 0.74% 0.87% -
XYZ 17.99 12.59 69.89 -
YUV 92.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 57 85 221 0.74 0.62 0 0.13 229.76 0.71 0.55
Hex 39 55 DD 4A 3E 0 D E6 47 37
Octal 71 125 335 112 76 0 15 346 107 67
Binary 111001 1010101 11011101 1001010 111110 0 1101 11100110 1000111 110111

Color Harmonies of #3955DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3955DD

Black with #3955DD

Text Example


Text Example

White with #3955DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,85,221); }

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

background-color css

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

 a { background-color: rgb(57,85,221); }

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

border-color css

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

 span { border-color: rgb(57,85,221); }

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