Html Css Color HEX #3D62DD Royal Blue

📋 copy color: '#3D62DD'

red 61 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #3D62DD

Tints of Royal Blue #3D62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 16.05%
G = 25.79%
B = 58.16%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D62DD (or 0x3D62DD) is known color: Royal Blue. HEX triplet: 3D, 62 and DD. RGB value is (61,98,221). Sum of RGB (Red+Green+Blue) = 61+98+221=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D62DD is #C29D22. Grayscale: #646464. Windows color (decimal): -12754211 or 14508605. OLE color: 14508605.

HSL color Cylindrical-coordinate representation of color #3D62DD: hue angle of 226.12º 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 #3D62DD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 98 221 -
CMYK 0.72 0.56 0 0.13
HSL 226.13º 0.7% 0.55% -
HSV(B) 226.13º 0.72% 0.87% -
XYZ 19.34 14.95 70.27 -
YUV 100.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 61 98 221 0.72 0.56 0 0.13 226.13 0.7 0.55
Hex 3D 62 DD 48 38 0 D E2 46 37
Octal 75 142 335 110 70 0 15 342 106 67
Binary 111101 1100010 11011101 1001000 111000 0 1101 11100010 1000110 110111

Color Harmonies of #3D62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D62DD

Black with #3D62DD

Text Example


Text Example

White with #3D62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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