Html Css Color HEX #377CDD Royal Blue

📋 copy color: '#377CDD'

red 55 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #377CDD

Tints of Royal Blue #377CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 13.75%
G = 31%
B = 55.25%

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

#377CDD (or 0x377CDD) is known color: Royal Blue. HEX triplet: 37, 7C and DD. RGB value is (55,124,221). Sum of RGB (Red+Green+Blue) = 55+124+221=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #377CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CDD is #C88322. Grayscale: #717171. Windows color (decimal): -13140771 or 14515255. OLE color: 14515255.

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

Color convert

RGB 55 124 221 -
CMYK 0.75 0.44 0 0.13
HSL 215.06º 0.71% 0.54% -
HSV(B) 215.06º 0.75% 0.87% -
XYZ 21.83 20.45 71.2 -
YUV 114.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 55 124 221 0.75 0.44 0 0.13 215.06 0.71 0.54
Hex 37 7C DD 4B 2C 0 D D7 47 36
Octal 67 174 335 113 54 0 15 327 107 66
Binary 110111 1111100 11011101 1001011 101100 0 1101 11010111 1000111 110110

Color Harmonies of #377CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CDD

Black with #377CDD

Text Example


Text Example

White with #377CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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