Html Css Color HEX #3D5ADE Royal Blue

📋 copy color: '#3D5ADE'

red 61 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #3D5ADE

Tints of Royal Blue #3D5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 16.35%
G = 24.13%
B = 59.52%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D5ADE (or 0x3D5ADE) is known color: Royal Blue. HEX triplet: 3D, 5A and DE. RGB value is (61,90,222). Sum of RGB (Red+Green+Blue) = 61+90+222=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5ADE is #C2A521. Grayscale: #5F5F5F. Windows color (decimal): -12756258 or 14572093. OLE color: 14572093.

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

Color convert

RGB 61 90 222 -
CMYK 0.73 0.59 0 0.13
HSL 229.19º 0.71% 0.55% -
HSV(B) 229.19º 0.73% 0.87% -
XYZ 18.77 13.58 70.74 -
YUV 96.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 61 90 222 0.73 0.59 0 0.13 229.19 0.71 0.55
Hex 3D 5A DE 49 3B 0 D E5 47 37
Octal 75 132 336 111 73 0 15 345 107 67
Binary 111101 1011010 11011110 1001001 111011 0 1101 11100101 1000111 110111

Color Harmonies of #3D5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5ADE

Black with #3D5ADE

Text Example


Text Example

White with #3D5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,90,222); }

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

background-color css

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

 a { background-color: rgb(61,90,222); }

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

border-color css

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

 span { border-color: rgb(61,90,222); }

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