Html Css Color HEX #377DDB Royal Blue

📋 copy color: '#377DDB'

red 55 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #377DDB

Tints of Royal Blue #377DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 13.78%
G = 31.33%
B = 54.89%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#377DDB (or 0x377DDB) is known color: Royal Blue. HEX triplet: 37, 7D and DB. RGB value is (55,125,219). Sum of RGB (Red+Green+Blue) = 55+125+219=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #377DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DDB is #C88224. Grayscale: #727272. Windows color (decimal): -13140517 or 14384439. OLE color: 14384439.

HSL color Cylindrical-coordinate representation of color #377DDB: hue angle of 214.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377DDB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 125 219 -
CMYK 0.75 0.43 0 0.14
HSL 214.39º 0.69% 0.54% -
HSV(B) 214.39º 0.75% 0.86% -
XYZ 21.7 20.59 69.85 -
YUV 114.79 186.81 85.36 -
System Red Green Blue C M Y K H S L
Decimal 55 125 219 0.75 0.43 0 0.14 214.39 0.69 0.54
Hex 37 7D DB 4B 2B 0 E D6 45 36
Octal 67 175 333 113 53 0 16 326 105 66
Binary 110111 1111101 11011011 1001011 101011 0 1110 11010110 1000101 110110

Color Harmonies of #377DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DDB

Black with #377DDB

Text Example


Text Example

White with #377DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,219); }

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

background-color css

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

 a { background-color: rgb(55,125,219); }

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

border-color css

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

 span { border-color: rgb(55,125,219); }

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