Html Css Color HEX #377AD3 Royal Blue

📋 copy color: '#377AD3'

red 55 ◦ green 122 ◦ blue 211

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

Shades of Royal Blue #377AD3

Tints of Royal Blue #377AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.38%

R = 14.18%
G = 31.44%
B = 54.38%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#377AD3 (or 0x377AD3) is known color: Royal Blue. HEX triplet: 37, 7A and D3. RGB value is (55,122,211). Sum of RGB (Red+Green+Blue) = 55+122+211=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #377AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377AD3 is #C8852C. Grayscale: #6F6F6F. Windows color (decimal): -13141293 or 13859383. OLE color: 13859383.

HSL color Cylindrical-coordinate representation of color #377AD3: hue angle of 214.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377AD3 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 55 122 211 -
CMYK 0.74 0.42 0 0.17
HSL 214.23º 0.64% 0.52% -
HSV(B) 214.23º 0.74% 0.83% -
XYZ 20.29 19.43 64.31 -
YUV 112.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 55 122 211 0.74 0.42 0 0.17 214.23 0.64 0.52
Hex 37 7A D3 4A 2A 0 11 D6 40 34
Octal 67 172 323 112 52 0 21 326 100 64
Binary 110111 1111010 11010011 1001010 101010 0 10001 11010110 1000000 110100

Color Harmonies of #377AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AD3

Black with #377AD3

Text Example


Text Example

White with #377AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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