Html Css Color HEX #3C5EEA Royal Blue

📋 copy color: '#3C5EEA'

red 60 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #3C5EEA

Tints of Royal Blue #3C5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.23%

 BLUE value IS 234 (91.8% from 255) = 60.31%

R = 15.46%
G = 24.23%
B = 60.31%

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

#3C5EEA (or 0x3C5EEA) is known color: Royal Blue. HEX triplet: 3C, 5E and EA. RGB value is (60,94,234). Sum of RGB (Red+Green+Blue) = 60+94+234=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5EEA is #C3A115. Grayscale: #636363. Windows color (decimal): -12820758 or 15359548. OLE color: 15359548.

HSL color Cylindrical-coordinate representation of color #3C5EEA: 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 #3C5EEA is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 94 234 -
CMYK 0.74 0.60 0 0.08
HSL 228.28º 0.81% 0.58% -
HSV(B) 228.28º 0.74% 0.92% -
XYZ 20.72 14.91 79.63 -
YUV 99.79 203.74 99.62 -
System Red Green Blue C M Y K H S L
Decimal 60 94 234 0.74 0.60 0 0.08 228.28 0.81 0.58
Hex 3C 5E EA 4A 3C 0 8 E4 51 3A
Octal 74 136 352 112 74 0 10 344 121 72
Binary 111100 1011110 11101010 1001010 111100 0 1000 11100100 1010001 111010

Color Harmonies of #3C5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5EEA

Black with #3C5EEA

Text Example


Text Example

White with #3C5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,94,234); }

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

background-color css

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

 a { background-color: rgb(60,94,234); }

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

border-color css

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

 span { border-color: rgb(60,94,234); }

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