Html Css Color HEX #3D5FEB Royal Blue

📋 copy color: '#3D5FEB'

red 61 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #3D5FEB

Tints of Royal Blue #3D5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 15.6%
G = 24.3%
B = 60.1%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3D5FEB (or 0x3D5FEB) is known color: Royal Blue. HEX triplet: 3D, 5F and EB. RGB value is (61,95,235). Sum of RGB (Red+Green+Blue) = 61+95+235=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #3D5FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5FEB is #C2A014. Grayscale: #646464. Windows color (decimal): -12754965 or 15425341. OLE color: 15425341.

HSL color Cylindrical-coordinate representation of color #3D5FEB: hue angle of 228.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D5FEB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 95 235 -
CMYK 0.74 0.60 0 0.08
HSL 228.28º 0.81% 0.58% -
HSV(B) 228.28º 0.74% 0.92% -
XYZ 21.01 15.17 80.42 -
YUV 100.79 203.74 99.62 -
System Red Green Blue C M Y K H S L
Decimal 61 95 235 0.74 0.60 0 0.08 228.28 0.81 0.58
Hex 3D 5F EB 4A 3C 0 8 E4 51 3A
Octal 75 137 353 112 74 0 10 344 121 72
Binary 111101 1011111 11101011 1001010 111100 0 1000 11100100 1010001 111010

Color Harmonies of #3D5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5FEB

Black with #3D5FEB

Text Example


Text Example

White with #3D5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,95,235); }

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

background-color css

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

 a { background-color: rgb(61,95,235); }

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

border-color css

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

 span { border-color: rgb(61,95,235); }

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