Html Css Color HEX #375DF6 Royal Blue

📋 copy color: '#375DF6'

red 55 ◦ green 93 ◦ blue 246

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

Shades of Royal Blue #375DF6

Tints of Royal Blue #375DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

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

R = 13.96%
G = 23.6%
B = 62.44%

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

#375DF6 (or 0x375DF6) is known color: Royal Blue. HEX triplet: 37, 5D and F6. RGB value is (55,93,246). Sum of RGB (Red+Green+Blue) = 55+93+246=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #375DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DF6 is #C8A209. Grayscale: #626262. Windows color (decimal): -13148682 or 16145719. OLE color: 16145719.

HSL color Cylindrical-coordinate representation of color #375DF6: hue angle of 228.06º 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 #375DF6 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 93 246 -
CMYK 0.78 0.62 0 0.04
HSL 228.06º 0.91% 0.59% -
HSV(B) 228.06º 0.78% 0.96% -
XYZ 22.12 15.29 88.97 -
YUV 99.08 210.91 96.56 -
System Red Green Blue C M Y K H S L
Decimal 55 93 246 0.78 0.62 0 0.04 228.06 0.91 0.59
Hex 37 5D F6 4E 3E 0 4 E4 5B 3B
Octal 67 135 366 116 76 0 4 344 133 73
Binary 110111 1011101 11110110 1001110 111110 0 100 11100100 1011011 111011

Color Harmonies of #375DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DF6

Black with #375DF6

Text Example


Text Example

White with #375DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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