Html Css Color HEX #375BEC Royal Blue

📋 copy color: '#375BEC'

red 55 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #375BEC

Tints of Royal Blue #375BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 14.4%
G = 23.82%
B = 61.78%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#375BEC (or 0x375BEC) is known color: Royal Blue. HEX triplet: 37, 5B and EC. RGB value is (55,91,236). Sum of RGB (Red+Green+Blue) = 55+91+236=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #375BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BEC is #C8A413. Grayscale: #606060. Windows color (decimal): -13149204 or 15489847. OLE color: 15489847.

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

Color convert

RGB 55 91 236 -
CMYK 0.77 0.61 0 0.07
HSL 228.07º 0.83% 0.57% -
HSV(B) 228.07º 0.77% 0.93% -
XYZ 20.46 14.35 81.05 -
YUV 96.77 206.57 98.21 -
System Red Green Blue C M Y K H S L
Decimal 55 91 236 0.77 0.61 0 0.07 228.07 0.83 0.57
Hex 37 5B EC 4D 3D 0 7 E4 53 39
Octal 67 133 354 115 75 0 7 344 123 71
Binary 110111 1011011 11101100 1001101 111101 0 111 11100100 1010011 111001

Color Harmonies of #375BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BEC

Black with #375BEC

Text Example


Text Example

White with #375BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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