Html Css Color HEX #375EE1 Royal Blue

📋 copy color: '#375EE1'

red 55 ◦ green 94 ◦ blue 225

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

Shades of Royal Blue #375EE1

Tints of Royal Blue #375EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.16%

R = 14.71%
G = 25.13%
B = 60.16%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#375EE1 (or 0x375EE1) is known color: Royal Blue. HEX triplet: 37, 5E and E1. RGB value is (55,94,225). Sum of RGB (Red+Green+Blue) = 55+94+225=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #375EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EE1 is #C8A11E. Grayscale: #606060. Windows color (decimal): -13148447 or 14769719. OLE color: 14769719.

HSL color Cylindrical-coordinate representation of color #375EE1: hue angle of 226.24º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375EE1 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 94 225 -
CMYK 0.76 0.58 0 0.12
HSL 226.24º 0.74% 0.55% -
HSV(B) 226.24º 0.76% 0.88% -
XYZ 19.17 14.25 72.98 -
YUV 97.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 55 94 225 0.76 0.58 0 0.12 226.24 0.74 0.55
Hex 37 5E E1 4C 3A 0 C E2 4A 37
Octal 67 136 341 114 72 0 14 342 112 67
Binary 110111 1011110 11100001 1001100 111010 0 1100 11100010 1001010 110111

Color Harmonies of #375EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EE1

Black with #375EE1

Text Example


Text Example

White with #375EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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