Html Css Color HEX #375FE0 Royal Blue

📋 copy color: '#375FE0'

red 55 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #375FE0

Tints of Royal Blue #375FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 14.71%
G = 25.4%
B = 59.89%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#375FE0 (or 0x375FE0) is known color: Royal Blue. HEX triplet: 37, 5F and E0. RGB value is (55,95,224). Sum of RGB (Red+Green+Blue) = 55+95+224=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #375FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FE0 is #C8A01F. Grayscale: #616161. Windows color (decimal): -13148192 or 14704439. OLE color: 14704439.

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

Color convert

RGB 55 95 224 -
CMYK 0.75 0.58 0 0.12
HSL 225.8º 0.73% 0.55% -
HSV(B) 225.8º 0.75% 0.88% -
XYZ 19.12 14.38 72.29 -
YUV 97.75 199.25 97.51 -
System Red Green Blue C M Y K H S L
Decimal 55 95 224 0.75 0.58 0 0.12 225.8 0.73 0.55
Hex 37 5F E0 4B 3A 0 C E2 49 37
Octal 67 137 340 113 72 0 14 342 111 67
Binary 110111 1011111 11100000 1001011 111010 0 1100 11100010 1001001 110111

Color Harmonies of #375FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FE0

Black with #375FE0

Text Example


Text Example

White with #375FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,224); }

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

background-color css

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

 a { background-color: rgb(55,95,224); }

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

border-color css

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

 span { border-color: rgb(55,95,224); }

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