Html Css Color HEX #377CBC Curious Blue

📋 copy color: '#377CBC'

red 55 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #377CBC

Tints of Curious Blue #377CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 14.99%
G = 33.79%
B = 51.23%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#377CBC (or 0x377CBC) is known color: Curious Blue. HEX triplet: 37, 7C and BC. RGB value is (55,124,188). Sum of RGB (Red+Green+Blue) = 55+124+188=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #377CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CBC is #C88343. Grayscale: #6E6E6E. Windows color (decimal): -13140804 or 12352567. OLE color: 12352567.

HSL color Cylindrical-coordinate representation of color #377CBC: hue angle of 208.87º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #377CBC is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 124 188 -
CMYK 0.71 0.34 0 0.26
HSL 208.87º 0.55% 0.48% -
HSV(B) 208.87º 0.71% 0.74% -
XYZ 17.86 18.86 50.28 -
YUV 110.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 55 124 188 0.71 0.34 0 0.26 208.87 0.55 0.48
Hex 37 7C BC 47 22 0 1A D1 37 30
Octal 67 174 274 107 42 0 32 321 67 60
Binary 110111 1111100 10111100 1000111 100010 0 11010 11010001 110111 110000

Color Harmonies of #377CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CBC

Black with #377CBC

Text Example


Text Example

White with #377CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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