Html Css Color HEX #375BE3 Royal Blue

📋 copy color: '#375BE3'

red 55 ◦ green 91 ◦ blue 227

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

Shades of Royal Blue #375BE3

Tints of Royal Blue #375BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 60.86%

R = 14.75%
G = 24.4%
B = 60.86%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#375BE3 (or 0x375BE3) is known color: Royal Blue. HEX triplet: 37, 5B and E3. RGB value is (55,91,227). Sum of RGB (Red+Green+Blue) = 55+91+227=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 227 (89.06% from 255 or 60.86% from 373); Max value from RGB is 227 - color contains mainly: blue. Hex color #375BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BE3 is #C8A41C. Grayscale: #5F5F5F. Windows color (decimal): -13149213 or 14900023. OLE color: 14900023.

HSL color Cylindrical-coordinate representation of color #375BE3: hue angle of 227.44º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375BE3 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 91 227 -
CMYK 0.76 0.60 0 0.11
HSL 227.44º 0.75% 0.55% -
HSV(B) 227.44º 0.76% 0.89% -
XYZ 19.18 13.84 74.33 -
YUV 95.74 202.07 98.94 -
System Red Green Blue C M Y K H S L
Decimal 55 91 227 0.76 0.60 0 0.11 227.44 0.75 0.55
Hex 37 5B E3 4C 3C 0 B E3 4B 37
Octal 67 133 343 114 74 0 13 343 113 67
Binary 110111 1011011 11100011 1001100 111100 0 1011 11100011 1001011 110111

Color Harmonies of #375BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BE3

Black with #375BE3

Text Example


Text Example

White with #375BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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