Html Css Color HEX #3D66E0 Royal Blue

📋 copy color: '#3D66E0'

red 61 ◦ green 102 ◦ blue 224

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

Shades of Royal Blue #3D66E0

Tints of Royal Blue #3D66E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

 BLUE value IS 224 (87.89% from 255) = 57.88%

R = 15.76%
G = 26.36%
B = 57.88%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3D66E0 (or 0x3D66E0) is known color: Royal Blue. HEX triplet: 3D, 66 and E0. RGB value is (61,102,224). Sum of RGB (Red+Green+Blue) = 61+102+224=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D66E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D66E0 is #C2991F. Grayscale: #676767. Windows color (decimal): -12753184 or 14706237. OLE color: 14706237.

HSL color Cylindrical-coordinate representation of color #3D66E0: hue angle of 224.91º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D66E0 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 102 224 -
CMYK 0.73 0.54 0 0.12
HSL 224.91º 0.72% 0.56% -
HSV(B) 224.91º 0.73% 0.88% -
XYZ 20.13 15.88 72.52 -
YUV 103.65 195.92 97.58 -
System Red Green Blue C M Y K H S L
Decimal 61 102 224 0.73 0.54 0 0.12 224.91 0.72 0.56
Hex 3D 66 E0 49 36 0 C E1 48 38
Octal 75 146 340 111 66 0 14 341 110 70
Binary 111101 1100110 11100000 1001001 110110 0 1100 11100001 1001000 111000

Color Harmonies of #3D66E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D66E0

Black with #3D66E0

Text Example


Text Example

White with #3D66E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,102,224); }

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

background-color css

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

 a { background-color: rgb(61,102,224); }

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

border-color css

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

 span { border-color: rgb(61,102,224); }

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