Html Css Color HEX #377DB9 Curious Blue

📋 copy color: '#377DB9'

red 55 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #377DB9

Tints of Curious Blue #377DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 15.07%
G = 34.25%
B = 50.68%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#377DB9 (or 0x377DB9) is known color: Curious Blue. HEX triplet: 37, 7D and B9. RGB value is (55,125,185). Sum of RGB (Red+Green+Blue) = 55+125+185=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #377DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DB9 is #C88246. Grayscale: #6E6E6E. Windows color (decimal): -13140551 or 12156215. OLE color: 12156215.

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

Color convert

RGB 55 125 185 -
CMYK 0.70 0.32 0 0.27
HSL 207.69º 0.54% 0.47% -
HSV(B) 207.69º 0.7% 0.73% -
XYZ 17.67 18.98 48.63 -
YUV 110.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 55 125 185 0.70 0.32 0 0.27 207.69 0.54 0.47
Hex 37 7D B9 46 20 0 1B D0 36 2F
Octal 67 175 271 106 40 0 33 320 66 57
Binary 110111 1111101 10111001 1000110 100000 0 11011 11010000 110110 101111

Color Harmonies of #377DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DB9

Black with #377DB9

Text Example


Text Example

White with #377DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,185); }

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

background-color css

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

 a { background-color: rgb(55,125,185); }

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

border-color css

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

 span { border-color: rgb(55,125,185); }

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