Html Css Color HEX #377ADF Royal Blue

📋 copy color: '#377ADF'

red 55 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #377ADF

Tints of Royal Blue #377ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 13.75%
G = 30.5%
B = 55.75%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#377ADF (or 0x377ADF) is known color: Royal Blue. HEX triplet: 37, 7A and DF. RGB value is (55,122,223). Sum of RGB (Red+Green+Blue) = 55+122+223=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #377ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADF is #C88520. Grayscale: #717171. Windows color (decimal): -13141281 or 14645815. OLE color: 14645815.

HSL color Cylindrical-coordinate representation of color #377ADF: hue angle of 216.07º 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 #377ADF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 122 223 -
CMYK 0.75 0.45 0 0.13
HSL 216.07º 0.72% 0.55% -
HSV(B) 216.07º 0.75% 0.87% -
XYZ 21.85 20.06 72.53 -
YUV 113.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 55 122 223 0.75 0.45 0 0.13 216.07 0.72 0.55
Hex 37 7A DF 4B 2D 0 D D8 48 37
Octal 67 172 337 113 55 0 15 330 110 67
Binary 110111 1111010 11011111 1001011 101101 0 1101 11011000 1001000 110111

Color Harmonies of #377ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ADF

Black with #377ADF

Text Example


Text Example

White with #377ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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