Html Css Color HEX #375CF6 Royal Blue

📋 copy color: '#375CF6'

red 55 ◦ green 92 ◦ blue 246

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

Shades of Royal Blue #375CF6

Tints of Royal Blue #375CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 13.99%
G = 23.41%
B = 62.6%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#375CF6 (or 0x375CF6) is known color: Royal Blue. HEX triplet: 37, 5C and F6. RGB value is (55,92,246). Sum of RGB (Red+Green+Blue) = 55+92+246=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #375CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CF6 is #C8A309. Grayscale: #616161. Windows color (decimal): -13148938 or 16145463. OLE color: 16145463.

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

Color convert

RGB 55 92 246 -
CMYK 0.78 0.63 0 0.04
HSL 228.38º 0.91% 0.59% -
HSV(B) 228.38º 0.78% 0.96% -
XYZ 22.04 15.12 88.95 -
YUV 98.49 211.24 96.98 -
System Red Green Blue C M Y K H S L
Decimal 55 92 246 0.78 0.63 0 0.04 228.38 0.91 0.59
Hex 37 5C F6 4E 3F 0 4 E4 5B 3B
Octal 67 134 366 116 77 0 4 344 133 73
Binary 110111 1011100 11110110 1001110 111111 0 100 11100100 1011011 111011

Color Harmonies of #375CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CF6

Black with #375CF6

Text Example


Text Example

White with #375CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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