Html Css Color HEX #377CDF Royal Blue

📋 copy color: '#377CDF'

red 55 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #377CDF

Tints of Royal Blue #377CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 13.68%
G = 30.85%
B = 55.47%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#377CDF (or 0x377CDF) is known color: Royal Blue. HEX triplet: 37, 7C and DF. RGB value is (55,124,223). Sum of RGB (Red+Green+Blue) = 55+124+223=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #377CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CDF is #C88320. Grayscale: #727272. Windows color (decimal): -13140769 or 14646327. OLE color: 14646327.

HSL color Cylindrical-coordinate representation of color #377CDF: hue angle of 215.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377CDF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 124 223 -
CMYK 0.75 0.44 0 0.13
HSL 215.36º 0.72% 0.55% -
HSV(B) 215.36º 0.75% 0.87% -
XYZ 22.1 20.56 72.61 -
YUV 114.66 189.14 85.45 -
System Red Green Blue C M Y K H S L
Decimal 55 124 223 0.75 0.44 0 0.13 215.36 0.72 0.55
Hex 37 7C DF 4B 2C 0 D D7 48 37
Octal 67 174 337 113 54 0 15 327 110 67
Binary 110111 1111100 11011111 1001011 101100 0 1101 11010111 1001000 110111

Color Harmonies of #377CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CDF

Black with #377CDF

Text Example


Text Example

White with #377CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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