Html Css Color HEX #3D55DD Royal Blue

📋 copy color: '#3D55DD'

red 61 ◦ green 85 ◦ blue 221

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

Shades of Royal Blue #3D55DD

Tints of Royal Blue #3D55DD

RGB

 RED value IS 61 (24.22% from 255) = 16.62%

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

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

R = 16.62%
G = 23.16%
B = 60.22%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D55DD (or 0x3D55DD) is known color: Royal Blue. HEX triplet: 3D, 55 and DD. RGB value is (61,85,221). Sum of RGB (Red+Green+Blue) = 61+85+221=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D55DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D55DD is #C2AA22. Grayscale: #5C5C5C. Windows color (decimal): -12757539 or 14505277. OLE color: 14505277.

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

Color convert

RGB 61 85 221 -
CMYK 0.72 0.62 0 0.13
HSL 231º 0.7% 0.55% -
HSV(B) 231º 0.72% 0.87% -
XYZ 18.22 12.71 69.9 -
YUV 93.33 200.05 104.94 -
System Red Green Blue C M Y K H S L
Decimal 61 85 221 0.72 0.62 0 0.13 231 0.7 0.55
Hex 3D 55 DD 48 3E 0 D E7 46 37
Octal 75 125 335 110 76 0 15 347 106 67
Binary 111101 1010101 11011101 1001000 111110 0 1101 11100111 1000110 110111

Color Harmonies of #3D55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D55DD

Black with #3D55DD

Text Example


Text Example

White with #3D55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D55DD; }

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

 H1.HeaderClassName
 {
   color: #3D55DD;
 }
 .AnyTagClassName
 {
   color: #3D55DD;
 }
</style>

background-color css

<style>
 a { background-color: #3D55DD; }

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

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

border-color css

<style>
 span { border-color: #3D55DD; }

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

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