Html Css Color HEX #377CBF Curious Blue

📋 copy color: '#377CBF'

red 55 ◦ green 124 ◦ blue 191

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

Shades of Curious Blue #377CBF

Tints of Curious Blue #377CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 14.86%
G = 33.51%
B = 51.62%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#377CBF (or 0x377CBF) is known color: Curious Blue. HEX triplet: 37, 7C and BF. RGB value is (55,124,191). Sum of RGB (Red+Green+Blue) = 55+124+191=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #377CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CBF is #C88340. Grayscale: #6E6E6E. Windows color (decimal): -13140801 or 12549175. OLE color: 12549175.

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

Color convert

RGB 55 124 191 -
CMYK 0.71 0.35 0 0.25
HSL 209.56º 0.55% 0.48% -
HSV(B) 209.56º 0.71% 0.75% -
XYZ 18.19 18.99 52 -
YUV 111.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 55 124 191 0.71 0.35 0 0.25 209.56 0.55 0.48
Hex 37 7C BF 47 23 0 19 D2 37 30
Octal 67 174 277 107 43 0 31 322 67 60
Binary 110111 1111100 10111111 1000111 100011 0 11001 11010010 110111 110000

Color Harmonies of #377CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CBF

Black with #377CBF

Text Example


Text Example

White with #377CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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