Html Css Color HEX #3755EC Royal Blue

📋 copy color: '#3755EC'

red 55 ◦ green 85 ◦ blue 236

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

Shades of Royal Blue #3755EC

Tints of Royal Blue #3755EC

RGB

 RED value IS 55 (21.88% from 255) = 14.63%

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

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 14.63%
G = 22.61%
B = 62.77%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3755EC (or 0x3755EC) is known color: Royal Blue. HEX triplet: 37, 55 and EC. RGB value is (55,85,236). Sum of RGB (Red+Green+Blue) = 55+85+236=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #3755EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3755EC is #C8AA13. Grayscale: #5C5C5C. Windows color (decimal): -13150740 or 15488311. OLE color: 15488311.

HSL color Cylindrical-coordinate representation of color #3755EC: hue angle of 230.06º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3755EC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 85 236 -
CMYK 0.77 0.64 0 0.07
HSL 230.06º 0.83% 0.57% -
HSV(B) 230.06º 0.77% 0.93% -
XYZ 19.96 13.37 80.88 -
YUV 93.24 208.56 100.72 -
System Red Green Blue C M Y K H S L
Decimal 55 85 236 0.77 0.64 0 0.07 230.06 0.83 0.57
Hex 37 55 EC 4D 40 0 7 E6 53 39
Octal 67 125 354 115 100 0 7 346 123 71
Binary 110111 1010101 11101100 1001101 1000000 0 111 11100110 1010011 111001

Color Harmonies of #3755EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755EC

Black with #3755EC

Text Example


Text Example

White with #3755EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755EC; }

 p { color: rgb(55,85,236); }

 H1.HeaderClassName
 {
   color: #3755EC;
 }
 .AnyTagClassName
 {
   color: #3755EC;
 }
</style>

background-color css

<style>
 a { background-color: #3755EC; }

 a { background-color: rgb(55,85,236); }

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

border-color css

<style>
 span { border-color: #3755EC; }

 span { border-color: rgb(55,85,236); }

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