Html Css Color HEX #377CD1 Curious Blue

📋 copy color: '#377CD1'

red 55 ◦ green 124 ◦ blue 209

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

Shades of Curious Blue #377CD1

Tints of Curious Blue #377CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.87%

R = 14.18%
G = 31.96%
B = 53.87%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#377CD1 (or 0x377CD1) is known color: Curious Blue. HEX triplet: 37, 7C and D1. RGB value is (55,124,209). Sum of RGB (Red+Green+Blue) = 55+124+209=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #377CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CD1 is #C8832E. Grayscale: #707070. Windows color (decimal): -13140783 or 13728823. OLE color: 13728823.

HSL color Cylindrical-coordinate representation of color #377CD1: hue angle of 213.12º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377CD1 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 124 209 -
CMYK 0.74 0.41 0 0.18
HSL 213.12º 0.63% 0.52% -
HSV(B) 213.12º 0.74% 0.82% -
XYZ 20.29 19.83 63.08 -
YUV 113.06 182.14 86.59 -
System Red Green Blue C M Y K H S L
Decimal 55 124 209 0.74 0.41 0 0.18 213.12 0.63 0.52
Hex 37 7C D1 4A 29 0 12 D5 3F 34
Octal 67 174 321 112 51 0 22 325 77 64
Binary 110111 1111100 11010001 1001010 101001 0 10010 11010101 111111 110100

Color Harmonies of #377CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CD1

Black with #377CD1

Text Example


Text Example

White with #377CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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