Html Css Color HEX #375AE1 Royal Blue

📋 copy color: '#375AE1'

red 55 ◦ green 90 ◦ blue 225

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

Shades of Royal Blue #375AE1

Tints of Royal Blue #375AE1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

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

R = 14.86%
G = 24.32%
B = 60.81%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#375AE1 (or 0x375AE1) is known color: Royal Blue. HEX triplet: 37, 5A and E1. RGB value is (55,90,225). Sum of RGB (Red+Green+Blue) = 55+90+225=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #375AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AE1 is #C8A51E. Grayscale: #5E5E5E. Windows color (decimal): -13149471 or 14768695. OLE color: 14768695.

HSL color Cylindrical-coordinate representation of color #375AE1: hue angle of 227.65º 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 #375AE1 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 90 225 -
CMYK 0.76 0.60 0 0.12
HSL 227.65º 0.74% 0.55% -
HSV(B) 227.65º 0.76% 0.88% -
XYZ 18.82 13.56 72.86 -
YUV 94.93 201.4 99.52 -
System Red Green Blue C M Y K H S L
Decimal 55 90 225 0.76 0.60 0 0.12 227.65 0.74 0.55
Hex 37 5A E1 4C 3C 0 C E4 4A 37
Octal 67 132 341 114 74 0 14 344 112 67
Binary 110111 1011010 11100001 1001100 111100 0 1100 11100100 1001010 110111

Color Harmonies of #375AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AE1

Black with #375AE1

Text Example


Text Example

White with #375AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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