Html Css Color HEX #3C5AEE Royal Blue

📋 copy color: '#3C5AEE'

red 60 ◦ green 90 ◦ blue 238

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

Shades of Royal Blue #3C5AEE

Tints of Royal Blue #3C5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 15.46%
G = 23.2%
B = 61.34%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C5AEE (or 0x3C5AEE) is known color: Royal Blue. HEX triplet: 3C, 5A and EE. RGB value is (60,90,238). Sum of RGB (Red+Green+Blue) = 60+90+238=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C5AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5AEE is #C3A511. Grayscale: #616161. Windows color (decimal): -12821778 or 15620668. OLE color: 15620668.

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

Color convert

RGB 60 90 238 -
CMYK 0.75 0.62 0 0.07
HSL 229.89º 0.84% 0.58% -
HSV(B) 229.89º 0.75% 0.93% -
XYZ 20.95 14.45 82.57 -
YUV 97.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 60 90 238 0.75 0.62 0 0.07 229.89 0.84 0.58
Hex 3C 5A EE 4B 3E 0 7 E6 54 3A
Octal 74 132 356 113 76 0 7 346 124 72
Binary 111100 1011010 11101110 1001011 111110 0 111 11100110 1010100 111010

Color Harmonies of #3C5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5AEE

Black with #3C5AEE

Text Example


Text Example

White with #3C5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,238); }

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

background-color css

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

 a { background-color: rgb(60,90,238); }

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

border-color css

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

 span { border-color: rgb(60,90,238); }

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