Html Css Color HEX #3755EF Royal Blue

📋 copy color: '#3755EF'

red 55 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #3755EF

Tints of Royal Blue #3755EF

RGB

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

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

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

R = 14.51%
G = 22.43%
B = 63.06%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3755EF (or 0x3755EF) is known color: Royal Blue. HEX triplet: 37, 55 and EF. RGB value is (55,85,239). Sum of RGB (Red+Green+Blue) = 55+85+239=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #3755EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3755EF is #C8AA10. Grayscale: #5C5C5C. Windows color (decimal): -13150737 or 15684919. OLE color: 15684919.

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

Color convert

RGB 55 85 239 -
CMYK 0.77 0.64 0 0.06
HSL 230.22º 0.85% 0.58% -
HSV(B) 230.22º 0.77% 0.94% -
XYZ 20.4 13.54 83.2 -
YUV 93.59 210.06 100.48 -
System Red Green Blue C M Y K H S L
Decimal 55 85 239 0.77 0.64 0 0.06 230.22 0.85 0.58
Hex 37 55 EF 4D 40 0 6 E6 55 3A
Octal 67 125 357 115 100 0 6 346 125 72
Binary 110111 1010101 11101111 1001101 1000000 0 110 11100110 1010101 111010

Color Harmonies of #3755EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755EF

Black with #3755EF

Text Example


Text Example

White with #3755EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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