Html Css Color HEX #3755EE Royal Blue

📋 copy color: '#3755EE'

red 55 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #3755EE

Tints of Royal Blue #3755EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 14.55%
G = 22.49%
B = 62.96%

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

#3755EE (or 0x3755EE) is known color: Royal Blue. HEX triplet: 37, 55 and EE. RGB value is (55,85,238). Sum of RGB (Red+Green+Blue) = 55+85+238=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #3755EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3755EE is #C8AA11. Grayscale: #5C5C5C. Windows color (decimal): -13150738 or 15619383. OLE color: 15619383.

HSL color Cylindrical-coordinate representation of color #3755EE: hue angle of 230.16º degrees, saturation: 0.84, 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 #3755EE is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 85 238 -
CMYK 0.77 0.64 0 0.07
HSL 230.16º 0.84% 0.57% -
HSV(B) 230.16º 0.77% 0.93% -
XYZ 20.26 13.48 82.42 -
YUV 93.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 55 85 238 0.77 0.64 0 0.07 230.16 0.84 0.57
Hex 37 55 EE 4D 40 0 7 E6 54 39
Octal 67 125 356 115 100 0 7 346 124 71
Binary 110111 1010101 11101110 1001101 1000000 0 111 11100110 1010100 111001

Color Harmonies of #3755EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755EE

Black with #3755EE

Text Example


Text Example

White with #3755EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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