Html Css Color HEX #375BEB Royal Blue

📋 copy color: '#375BEB'

red 55 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #375BEB

Tints of Royal Blue #375BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 14.44%
G = 23.88%
B = 61.68%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#375BEB (or 0x375BEB) is known color: Royal Blue. HEX triplet: 37, 5B and EB. RGB value is (55,91,235). Sum of RGB (Red+Green+Blue) = 55+91+235=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #375BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BEB is #C8A414. Grayscale: #606060. Windows color (decimal): -13149205 or 15424311. OLE color: 15424311.

HSL color Cylindrical-coordinate representation of color #375BEB: hue angle of 228º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375BEB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 91 235 -
CMYK 0.77 0.61 0 0.08
HSL 228º 0.82% 0.57% -
HSV(B) 228º 0.77% 0.92% -
XYZ 20.31 14.29 80.29 -
YUV 96.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 55 91 235 0.77 0.61 0 0.08 228 0.82 0.57
Hex 37 5B EB 4D 3D 0 8 E4 52 39
Octal 67 133 353 115 75 0 10 344 122 71
Binary 110111 1011011 11101011 1001101 111101 0 1000 11100100 1010010 111001

Color Harmonies of #375BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BEB

Black with #375BEB

Text Example


Text Example

White with #375BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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