Html Css Color HEX #377BAE Curious Blue

📋 copy color: '#377BAE'

red 55 ◦ green 123 ◦ blue 174

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

Shades of Curious Blue #377BAE

Tints of Curious Blue #377BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 15.63%
G = 34.94%
B = 49.43%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#377BAE (or 0x377BAE) is known color: Curious Blue. HEX triplet: 37, 7B and AE. RGB value is (55,123,174). Sum of RGB (Red+Green+Blue) = 55+123+174=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #377BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BAE is #C88451. Grayscale: #6C6C6C. Windows color (decimal): -13141074 or 11434807. OLE color: 11434807.

HSL color Cylindrical-coordinate representation of color #377BAE: hue angle of 205.71º 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 #377BAE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 123 174 -
CMYK 0.68 0.29 0 0.32
HSL 205.71º 0.52% 0.45% -
HSV(B) 205.71º 0.68% 0.68% -
XYZ 16.3 18.03 42.67 -
YUV 108.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 55 123 174 0.68 0.29 0 0.32 205.71 0.52 0.45
Hex 37 7B AE 44 1D 0 20 CE 34 2D
Octal 67 173 256 104 35 0 40 316 64 55
Binary 110111 1111011 10101110 1000100 11101 0 100000 11001110 110100 101101

Color Harmonies of #377BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BAE

Black with #377BAE

Text Example


Text Example

White with #377BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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