Html Css Color HEX #375EDA Royal Blue

📋 copy color: '#375EDA'

red 55 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #375EDA

Tints of Royal Blue #375EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 14.99%
G = 25.61%
B = 59.4%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#375EDA (or 0x375EDA) is known color: Royal Blue. HEX triplet: 37, 5E and DA. RGB value is (55,94,218). Sum of RGB (Red+Green+Blue) = 55+94+218=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #375EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EDA is #C8A125. Grayscale: #5F5F5F. Windows color (decimal): -13148454 or 14310967. OLE color: 14310967.

HSL color Cylindrical-coordinate representation of color #375EDA: hue angle of 225.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375EDA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 94 218 -
CMYK 0.75 0.57 0 0.15
HSL 225.64º 0.69% 0.54% -
HSV(B) 225.64º 0.75% 0.85% -
XYZ 18.23 13.88 68.05 -
YUV 96.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 55 94 218 0.75 0.57 0 0.15 225.64 0.69 0.54
Hex 37 5E DA 4B 39 0 F E2 45 36
Octal 67 136 332 113 71 0 17 342 105 66
Binary 110111 1011110 11011010 1001011 111001 0 1111 11100010 1000101 110110

Color Harmonies of #375EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EDA

Black with #375EDA

Text Example


Text Example

White with #375EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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