Html Css Color HEX #3955DC Royal Blue

📋 copy color: '#3955DC'

red 57 ◦ green 85 ◦ blue 220

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

Shades of Royal Blue #3955DC

Tints of Royal Blue #3955DC

RGB

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

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

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

R = 15.75%
G = 23.48%
B = 60.77%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3955DC (or 0x3955DC) is known color: Royal Blue. HEX triplet: 39, 55 and DC. RGB value is (57,85,220). Sum of RGB (Red+Green+Blue) = 57+85+220=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #3955DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955DC is #C6AA23. Grayscale: #5B5B5B. Windows color (decimal): -13019684 or 14439737. OLE color: 14439737.

HSL color Cylindrical-coordinate representation of color #3955DC: hue angle of 229.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3955DC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 85 220 -
CMYK 0.74 0.61 0 0.14
HSL 229.69º 0.7% 0.54% -
HSV(B) 229.69º 0.74% 0.86% -
XYZ 17.85 12.53 69.19 -
YUV 92.02 200.22 103.02 -
System Red Green Blue C M Y K H S L
Decimal 57 85 220 0.74 0.61 0 0.14 229.69 0.7 0.54
Hex 39 55 DC 4A 3D 0 E E6 46 36
Octal 71 125 334 112 75 0 16 346 106 66
Binary 111001 1010101 11011100 1001010 111101 0 1110 11100110 1000110 110110

Color Harmonies of #3955DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3955DC

Black with #3955DC

Text Example


Text Example

White with #3955DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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