Html Css Color HEX #375EDF Royal Blue

📋 copy color: '#375EDF'

red 55 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #375EDF

Tints of Royal Blue #375EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 14.78%
G = 25.27%
B = 59.95%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#375EDF (or 0x375EDF) is known color: Royal Blue. HEX triplet: 37, 5E and DF. RGB value is (55,94,223). Sum of RGB (Red+Green+Blue) = 55+94+223=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #375EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EDF is #C8A120. Grayscale: #606060. Windows color (decimal): -13148449 or 14638647. OLE color: 14638647.

HSL color Cylindrical-coordinate representation of color #375EDF: hue angle of 226.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375EDF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 94 223 -
CMYK 0.75 0.58 0 0.13
HSL 226.07º 0.72% 0.55% -
HSV(B) 226.07º 0.75% 0.87% -
XYZ 18.9 14.15 71.55 -
YUV 97.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 55 94 223 0.75 0.58 0 0.13 226.07 0.72 0.55
Hex 37 5E DF 4B 3A 0 D E2 48 37
Octal 67 136 337 113 72 0 15 342 110 67
Binary 110111 1011110 11011111 1001011 111010 0 1101 11100010 1001000 110111

Color Harmonies of #375EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EDF

Black with #375EDF

Text Example


Text Example

White with #375EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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