Html Css Color HEX #3C65D5 Royal Blue

📋 copy color: '#3C65D5'

red 60 ◦ green 101 ◦ blue 213

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

Shades of Royal Blue #3C65D5

Tints of Royal Blue #3C65D5

RGB

 RED value IS 60 (23.83% from 255) = 16.04%

 GREEN value IS 101 (39.84% from 255) = 27.01%

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 16.04%
G = 27.01%
B = 56.95%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C65D5 (or 0x3C65D5) is known color: Royal Blue. HEX triplet: 3C, 65 and D5. RGB value is (60,101,213). Sum of RGB (Red+Green+Blue) = 60+101+213=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C65D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65D5 is #C39A2A. Grayscale: #656565. Windows color (decimal): -12818987 or 13985084. OLE color: 13985084.

HSL color Cylindrical-coordinate representation of color #3C65D5: hue angle of 223.92º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C65D5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 101 213 -
CMYK 0.72 0.53 0 0.16
HSL 223.92º 0.65% 0.54% -
HSV(B) 223.92º 0.72% 0.84% -
XYZ 18.53 15.07 64.88 -
YUV 101.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 60 101 213 0.72 0.53 0 0.16 223.92 0.65 0.54
Hex 3C 65 D5 48 35 0 10 E0 41 36
Octal 74 145 325 110 65 0 20 340 101 66
Binary 111100 1100101 11010101 1001000 110101 0 10000 11100000 1000001 110110

Color Harmonies of #3C65D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C65D5

Black with #3C65D5

Text Example


Text Example

White with #3C65D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,101,213); }

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

background-color css

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

 a { background-color: rgb(60,101,213); }

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

border-color css

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

 span { border-color: rgb(60,101,213); }

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