Html Css Color HEX #377CB6 Curious Blue

📋 copy color: '#377CB6'

red 55 ◦ green 124 ◦ blue 182

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

Shades of Curious Blue #377CB6

Tints of Curious Blue #377CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 15.24%
G = 34.35%
B = 50.42%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#377CB6 (or 0x377CB6) is known color: Curious Blue. HEX triplet: 37, 7C and B6. RGB value is (55,124,182). Sum of RGB (Red+Green+Blue) = 55+124+182=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #377CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CB6 is #C88349. Grayscale: #6D6D6D. Windows color (decimal): -13140810 or 11959351. OLE color: 11959351.

HSL color Cylindrical-coordinate representation of color #377CB6: hue angle of 207.4º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377CB6 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 124 182 -
CMYK 0.70 0.32 0 0.29
HSL 207.4º 0.54% 0.46% -
HSV(B) 207.4º 0.7% 0.71% -
XYZ 17.23 18.6 46.94 -
YUV 109.98 168.64 88.78 -
System Red Green Blue C M Y K H S L
Decimal 55 124 182 0.70 0.32 0 0.29 207.4 0.54 0.46
Hex 37 7C B6 46 20 0 1D CF 36 2E
Octal 67 174 266 106 40 0 35 317 66 56
Binary 110111 1111100 10110110 1000110 100000 0 11101 11001111 110110 101110

Color Harmonies of #377CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CB6

Black with #377CB6

Text Example


Text Example

White with #377CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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