Html Css Color HEX #3C55EF Royal Blue

📋 copy color: '#3C55EF'

red 60 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #3C55EF

Tints of Royal Blue #3C55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 15.63%
G = 22.14%
B = 62.24%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C55EF (or 0x3C55EF) is known color: Royal Blue. HEX triplet: 3C, 55 and EF. RGB value is (60,85,239). Sum of RGB (Red+Green+Blue) = 60+85+239=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C55EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C55EF is #C3AA10. Grayscale: #5E5E5E. Windows color (decimal): -12823057 or 15684924. OLE color: 15684924.

HSL color Cylindrical-coordinate representation of color #3C55EF: hue angle of 231.62º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C55EF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 85 239 -
CMYK 0.75 0.64 0 0.06
HSL 231.62º 0.85% 0.59% -
HSV(B) 231.62º 0.75% 0.94% -
XYZ 20.69 13.69 83.21 -
YUV 95.08 209.22 102.98 -
System Red Green Blue C M Y K H S L
Decimal 60 85 239 0.75 0.64 0 0.06 231.62 0.85 0.59
Hex 3C 55 EF 4B 40 0 6 E8 55 3B
Octal 74 125 357 113 100 0 6 350 125 73
Binary 111100 1010101 11101111 1001011 1000000 0 110 11101000 1010101 111011

Color Harmonies of #3C55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55EF

Black with #3C55EF

Text Example


Text Example

White with #3C55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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