Html Css Color HEX #375EF6 Royal Blue

📋 copy color: '#375EF6'

red 55 ◦ green 94 ◦ blue 246

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

Shades of Royal Blue #375EF6

Tints of Royal Blue #375EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.28%

R = 13.92%
G = 23.8%
B = 62.28%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#375EF6 (or 0x375EF6) is known color: Royal Blue. HEX triplet: 37, 5E and F6. RGB value is (55,94,246). Sum of RGB (Red+Green+Blue) = 55+94+246=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #375EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EF6 is #C8A109. Grayscale: #636363. Windows color (decimal): -13148426 or 16145975. OLE color: 16145975.

HSL color Cylindrical-coordinate representation of color #375EF6: hue angle of 227.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375EF6 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 94 246 -
CMYK 0.78 0.62 0 0.04
HSL 227.75º 0.91% 0.59% -
HSV(B) 227.75º 0.78% 0.96% -
XYZ 22.21 15.47 89 -
YUV 99.67 210.58 96.14 -
System Red Green Blue C M Y K H S L
Decimal 55 94 246 0.78 0.62 0 0.04 227.75 0.91 0.59
Hex 37 5E F6 4E 3E 0 4 E4 5B 3B
Octal 67 136 366 116 76 0 4 344 133 73
Binary 110111 1011110 11110110 1001110 111110 0 100 11100100 1011011 111011

Color Harmonies of #375EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EF6

Black with #375EF6

Text Example


Text Example

White with #375EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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