Html Css Color HEX #3D5FEE Royal Blue

📋 copy color: '#3D5FEE'

red 61 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #3D5FEE

Tints of Royal Blue #3D5FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 15.48%
G = 24.11%
B = 60.41%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D5FEE (or 0x3D5FEE) is known color: Royal Blue. HEX triplet: 3D, 5F and EE. RGB value is (61,95,238). Sum of RGB (Red+Green+Blue) = 61+95+238=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D5FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5FEE is #C2A011. Grayscale: #646464. Windows color (decimal): -12754962 or 15621949. OLE color: 15621949.

HSL color Cylindrical-coordinate representation of color #3D5FEE: hue angle of 228.47º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D5FEE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 95 238 -
CMYK 0.74 0.60 0 0.07
HSL 228.47º 0.84% 0.59% -
HSV(B) 228.47º 0.74% 0.93% -
XYZ 21.45 15.35 82.72 -
YUV 101.14 205.24 99.37 -
System Red Green Blue C M Y K H S L
Decimal 61 95 238 0.74 0.60 0 0.07 228.47 0.84 0.59
Hex 3D 5F EE 4A 3C 0 7 E4 54 3B
Octal 75 137 356 112 74 0 7 344 124 73
Binary 111101 1011111 11101110 1001010 111100 0 111 11100100 1010100 111011

Color Harmonies of #3D5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5FEE

Black with #3D5FEE

Text Example


Text Example

White with #3D5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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