Html Css Color HEX #377EAE Curious Blue

📋 copy color: '#377EAE'

red 55 ◦ green 126 ◦ blue 174

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

Shades of Curious Blue #377EAE

Tints of Curious Blue #377EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 15.49%
G = 35.49%
B = 49.01%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#377EAE (or 0x377EAE) is known color: Curious Blue. HEX triplet: 37, 7E and AE. RGB value is (55,126,174). Sum of RGB (Red+Green+Blue) = 55+126+174=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #377EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377EAE is #C88151. Grayscale: #6D6D6D. Windows color (decimal): -13140306 or 11435575. OLE color: 11435575.

HSL color Cylindrical-coordinate representation of color #377EAE: hue angle of 204.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377EAE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 126 174 -
CMYK 0.68 0.28 0 0.32
HSL 204.2º 0.52% 0.45% -
HSV(B) 204.2º 0.68% 0.68% -
XYZ 16.68 18.79 42.79 -
YUV 110.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 55 126 174 0.68 0.28 0 0.32 204.2 0.52 0.45
Hex 37 7E AE 44 1C 0 20 CC 34 2D
Octal 67 176 256 104 34 0 40 314 64 55
Binary 110111 1111110 10101110 1000100 11100 0 100000 11001100 110100 101101

Color Harmonies of #377EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EAE

Black with #377EAE

Text Example


Text Example

White with #377EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,174); }

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

background-color css

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

 a { background-color: rgb(55,126,174); }

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

border-color css

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

 span { border-color: rgb(55,126,174); }

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