Html Css Color HEX #377CF6 Royal Blue

📋 copy color: '#377CF6'

red 55 ◦ green 124 ◦ blue 246

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

Shades of Royal Blue #377CF6

Tints of Royal Blue #377CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 12.94%
G = 29.18%
B = 57.88%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#377CF6 (or 0x377CF6) is known color: Royal Blue. HEX triplet: 37, 7C and F6. RGB value is (55,124,246). Sum of RGB (Red+Green+Blue) = 55+124+246=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #377CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CF6 is #C88309. Grayscale: #747474. Windows color (decimal): -13140746 or 16153655. OLE color: 16153655.

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

Color convert

RGB 55 124 246 -
CMYK 0.78 0.50 0 0.04
HSL 218.32º 0.91% 0.59% -
HSV(B) 218.32º 0.78% 0.96% -
XYZ 25.42 21.88 90.07 -
YUV 117.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 55 124 246 0.78 0.50 0 0.04 218.32 0.91 0.59
Hex 37 7C F6 4E 32 0 4 DA 5B 3B
Octal 67 174 366 116 62 0 4 332 133 73
Binary 110111 1111100 11110110 1001110 110010 0 100 11011010 1011011 111011

Color Harmonies of #377CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CF6

Black with #377CF6

Text Example


Text Example

White with #377CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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