Html Css Color HEX #377CB1 Curious Blue

📋 copy color: '#377CB1'

red 55 ◦ green 124 ◦ blue 177

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

Shades of Curious Blue #377CB1

Tints of Curious Blue #377CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 15.45%
G = 34.83%
B = 49.72%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#377CB1 (or 0x377CB1) is known color: Curious Blue. HEX triplet: 37, 7C and B1. RGB value is (55,124,177). Sum of RGB (Red+Green+Blue) = 55+124+177=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #377CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CB1 is #C8834E. Grayscale: #6D6D6D. Windows color (decimal): -13140815 or 11631671. OLE color: 11631671.

HSL color Cylindrical-coordinate representation of color #377CB1: hue angle of 206.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377CB1 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 124 177 -
CMYK 0.69 0.30 0 0.31
HSL 206.07º 0.53% 0.45% -
HSV(B) 206.07º 0.69% 0.69% -
XYZ 16.72 18.4 44.27 -
YUV 109.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 55 124 177 0.69 0.30 0 0.31 206.07 0.53 0.45
Hex 37 7C B1 45 1E 0 1F CE 35 2D
Octal 67 174 261 105 36 0 37 316 65 55
Binary 110111 1111100 10110001 1000101 11110 0 11111 11001110 110101 101101

Color Harmonies of #377CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CB1

Black with #377CB1

Text Example


Text Example

White with #377CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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