Html Css Color HEX #3D61E4 Royal Blue

📋 copy color: '#3D61E4'

red 61 ◦ green 97 ◦ blue 228

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

Shades of Royal Blue #3D61E4

Tints of Royal Blue #3D61E4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 228 (89.45% from 255) = 59.07%

R = 15.8%
G = 25.13%
B = 59.07%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3D61E4 (or 0x3D61E4) is known color: Royal Blue. HEX triplet: 3D, 61 and E4. RGB value is (61,97,228). Sum of RGB (Red+Green+Blue) = 61+97+228=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #3D61E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D61E4 is #C29E1B. Grayscale: #646464. Windows color (decimal): -12754460 or 14967101. OLE color: 14967101.

HSL color Cylindrical-coordinate representation of color #3D61E4: hue angle of 227.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D61E4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 97 228 -
CMYK 0.73 0.57 0 0.11
HSL 227.07º 0.76% 0.57% -
HSV(B) 227.07º 0.73% 0.89% -
XYZ 20.2 15.14 75.26 -
YUV 101.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 61 97 228 0.73 0.57 0 0.11 227.07 0.76 0.57
Hex 3D 61 E4 49 39 0 B E3 4C 39
Octal 75 141 344 111 71 0 13 343 114 71
Binary 111101 1100001 11100100 1001001 111001 0 1011 11100011 1001100 111001

Color Harmonies of #3D61E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D61E4

Black with #3D61E4

Text Example


Text Example

White with #3D61E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,97,228); }

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

background-color css

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

 a { background-color: rgb(61,97,228); }

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

border-color css

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

 span { border-color: rgb(61,97,228); }

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