Html Css Color HEX #377CB3 Curious Blue

📋 copy color: '#377CB3'

red 55 ◦ green 124 ◦ blue 179

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

Shades of Curious Blue #377CB3

Tints of Curious Blue #377CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50%

R = 15.36%
G = 34.64%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#377CB3 (or 0x377CB3) is known color: Curious Blue. HEX triplet: 37, 7C and B3. RGB value is (55,124,179). Sum of RGB (Red+Green+Blue) = 55+124+179=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #377CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CB3 is #C8834C. Grayscale: #6D6D6D. Windows color (decimal): -13140813 or 11762743. OLE color: 11762743.

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

Color convert

RGB 55 124 179 -
CMYK 0.69 0.31 0 0.30
HSL 206.61º 0.53% 0.46% -
HSV(B) 206.61º 0.69% 0.7% -
XYZ 16.92 18.48 45.32 -
YUV 109.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 55 124 179 0.69 0.31 0 0.30 206.61 0.53 0.46
Hex 37 7C B3 45 1F 0 1E CF 35 2E
Octal 67 174 263 105 37 0 36 317 65 56
Binary 110111 1111100 10110011 1000101 11111 0 11110 11001111 110101 101110

Color Harmonies of #377CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CB3

Black with #377CB3

Text Example


Text Example

White with #377CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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