Html Css Color HEX #377CBA Curious Blue

📋 copy color: '#377CBA'

red 55 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #377CBA

Tints of Curious Blue #377CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 15.07%
G = 33.97%
B = 50.96%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#377CBA (or 0x377CBA) is known color: Curious Blue. HEX triplet: 37, 7C and BA. RGB value is (55,124,186). Sum of RGB (Red+Green+Blue) = 55+124+186=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #377CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CBA is #C88345. Grayscale: #6E6E6E. Windows color (decimal): -13140806 or 12221495. OLE color: 12221495.

HSL color Cylindrical-coordinate representation of color #377CBA: hue angle of 208.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377CBA is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 124 186 -
CMYK 0.70 0.33 0 0.27
HSL 208.4º 0.54% 0.47% -
HSV(B) 208.4º 0.7% 0.73% -
XYZ 17.65 18.77 49.15 -
YUV 110.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 55 124 186 0.70 0.33 0 0.27 208.4 0.54 0.47
Hex 37 7C BA 46 21 0 1B D0 36 2F
Octal 67 174 272 106 41 0 33 320 66 57
Binary 110111 1111100 10111010 1000110 100001 0 11011 11010000 110110 101111

Color Harmonies of #377CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CBA

Black with #377CBA

Text Example


Text Example

White with #377CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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