Html Css Color HEX #3C55EA Royal Blue

📋 copy color: '#3C55EA'

red 60 ◦ green 85 ◦ blue 234

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

Shades of Royal Blue #3C55EA

Tints of Royal Blue #3C55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

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

R = 15.83%
G = 22.43%
B = 61.74%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C55EA (or 0x3C55EA) is known color: Royal Blue. HEX triplet: 3C, 55 and EA. RGB value is (60,85,234). Sum of RGB (Red+Green+Blue) = 60+85+234=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C55EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C55EA is #C3AA15. Grayscale: #5D5D5D. Windows color (decimal): -12823062 or 15357244. OLE color: 15357244.

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

Color convert

RGB 60 85 234 -
CMYK 0.74 0.64 0 0.08
HSL 231.38º 0.81% 0.58% -
HSV(B) 231.38º 0.74% 0.92% -
XYZ 19.96 13.4 79.38 -
YUV 94.51 206.72 103.38 -
System Red Green Blue C M Y K H S L
Decimal 60 85 234 0.74 0.64 0 0.08 231.38 0.81 0.58
Hex 3C 55 EA 4A 40 0 8 E7 51 3A
Octal 74 125 352 112 100 0 10 347 121 72
Binary 111100 1010101 11101010 1001010 1000000 0 1000 11100111 1010001 111010

Color Harmonies of #3C55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55EA

Black with #3C55EA

Text Example


Text Example

White with #3C55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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