Html Css Color HEX #377FC1 Curious Blue

📋 copy color: '#377FC1'

red 55 ◦ green 127 ◦ blue 193

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

Shades of Curious Blue #377FC1

Tints of Curious Blue #377FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 14.67%
G = 33.87%
B = 51.47%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#377FC1 (or 0x377FC1) is known color: Curious Blue. HEX triplet: 37, 7F and C1. RGB value is (55,127,193). Sum of RGB (Red+Green+Blue) = 55+127+193=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #377FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FC1 is #C8803E. Grayscale: #707070. Windows color (decimal): -13140031 or 12681015. OLE color: 12681015.

HSL color Cylindrical-coordinate representation of color #377FC1: hue angle of 208.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377FC1 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 127 193 -
CMYK 0.72 0.34 0 0.24
HSL 208.7º 0.56% 0.49% -
HSV(B) 208.7º 0.72% 0.76% -
XYZ 18.79 19.84 53.29 -
YUV 113 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 55 127 193 0.72 0.34 0 0.24 208.7 0.56 0.49
Hex 37 7F C1 48 22 0 18 D1 38 31
Octal 67 177 301 110 42 0 30 321 70 61
Binary 110111 1111111 11000001 1001000 100010 0 11000 11010001 111000 110001

Color Harmonies of #377FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FC1

Black with #377FC1

Text Example


Text Example

White with #377FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,193); }

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

background-color css

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

 a { background-color: rgb(55,127,193); }

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

border-color css

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

 span { border-color: rgb(55,127,193); }

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