Html Css Color HEX #375EEC Royal Blue

📋 copy color: '#375EEC'

red 55 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #375EEC

Tints of Royal Blue #375EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

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

R = 14.29%
G = 24.42%
B = 61.3%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#375EEC (or 0x375EEC) is known color: Royal Blue. HEX triplet: 37, 5E and EC. RGB value is (55,94,236). Sum of RGB (Red+Green+Blue) = 55+94+236=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #375EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EEC is #C8A113. Grayscale: #616161. Windows color (decimal): -13148436 or 15490615. OLE color: 15490615.

HSL color Cylindrical-coordinate representation of color #375EEC: hue angle of 227.07º 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 #375EEC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 94 236 -
CMYK 0.77 0.60 0 0.07
HSL 227.07º 0.83% 0.57% -
HSV(B) 227.07º 0.77% 0.93% -
XYZ 20.72 14.87 81.14 -
YUV 98.53 205.58 96.95 -
System Red Green Blue C M Y K H S L
Decimal 55 94 236 0.77 0.60 0 0.07 227.07 0.83 0.57
Hex 37 5E EC 4D 3C 0 7 E3 53 39
Octal 67 136 354 115 74 0 7 343 123 71
Binary 110111 1011110 11101100 1001101 111100 0 111 11100011 1010011 111001

Color Harmonies of #375EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EEC

Black with #375EEC

Text Example


Text Example

White with #375EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375EEC; }

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

 H1.HeaderClassName
 {
   color: #375EEC;
 }
 .AnyTagClassName
 {
   color: #375EEC;
 }
</style>

background-color css

<style>
 a { background-color: #375EEC; }

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

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

border-color css

<style>
 span { border-color: #375EEC; }

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

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