Html Css Color HEX #377FA8 Curious Blue

📋 copy color: '#377FA8'

red 55 ◦ green 127 ◦ blue 168

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

Shades of Curious Blue #377FA8

Tints of Curious Blue #377FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48%

R = 15.71%
G = 36.29%
B = 48%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#377FA8 (or 0x377FA8) is known color: Curious Blue. HEX triplet: 37, 7F and A8. RGB value is (55,127,168). Sum of RGB (Red+Green+Blue) = 55+127+168=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #377FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FA8 is #C88057. Grayscale: #6D6D6D. Windows color (decimal): -13140056 or 11042615. OLE color: 11042615.

HSL color Cylindrical-coordinate representation of color #377FA8: hue angle of 201.77º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #377FA8 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 127 168 -
CMYK 0.67 0.24 0 0.34
HSL 201.77º 0.51% 0.44% -
HSV(B) 201.77º 0.67% 0.66% -
XYZ 16.23 18.82 39.82 -
YUV 110.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 55 127 168 0.67 0.24 0 0.34 201.77 0.51 0.44
Hex 37 7F A8 43 18 0 22 CA 33 2C
Octal 67 177 250 103 30 0 42 312 63 54
Binary 110111 1111111 10101000 1000011 11000 0 100010 11001010 110011 101100

Color Harmonies of #377FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FA8

Black with #377FA8

Text Example


Text Example

White with #377FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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