Html Css Color HEX #377CF4 Royal Blue

📋 copy color: '#377CF4'

red 55 ◦ green 124 ◦ blue 244

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

Shades of Royal Blue #377CF4

Tints of Royal Blue #377CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.68%

R = 13%
G = 29.31%
B = 57.68%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#377CF4 (or 0x377CF4) is known color: Royal Blue. HEX triplet: 37, 7C and F4. RGB value is (55,124,244). Sum of RGB (Red+Green+Blue) = 55+124+244=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #377CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CF4 is #C8830B. Grayscale: #747474. Windows color (decimal): -13140748 or 16022583. OLE color: 16022583.

HSL color Cylindrical-coordinate representation of color #377CF4: hue angle of 218.1º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377CF4 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 124 244 -
CMYK 0.77 0.49 0 0.04
HSL 218.1º 0.9% 0.59% -
HSV(B) 218.1º 0.77% 0.96% -
XYZ 25.11 21.76 88.46 -
YUV 117.05 199.64 83.74 -
System Red Green Blue C M Y K H S L
Decimal 55 124 244 0.77 0.49 0 0.04 218.1 0.9 0.59
Hex 37 7C F4 4D 31 0 4 DA 5A 3B
Octal 67 174 364 115 61 0 4 332 132 73
Binary 110111 1111100 11110100 1001101 110001 0 100 11011010 1011010 111011

Color Harmonies of #377CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CF4

Black with #377CF4

Text Example


Text Example

White with #377CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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