Html Css Color HEX #377FAC Curious Blue

📋 copy color: '#377FAC'

red 55 ◦ green 127 ◦ blue 172

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

Shades of Curious Blue #377FAC

Tints of Curious Blue #377FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 15.54%
G = 35.88%
B = 48.59%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#377FAC (or 0x377FAC) is known color: Curious Blue. HEX triplet: 37, 7F and AC. RGB value is (55,127,172). Sum of RGB (Red+Green+Blue) = 55+127+172=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #377FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FAC is #C88053. Grayscale: #6E6E6E. Windows color (decimal): -13140052 or 11304759. OLE color: 11304759.

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

Color convert

RGB 55 127 172 -
CMYK 0.68 0.26 0 0.33
HSL 203.08º 0.52% 0.45% -
HSV(B) 203.08º 0.68% 0.67% -
XYZ 16.61 18.97 41.82 -
YUV 110.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 55 127 172 0.68 0.26 0 0.33 203.08 0.52 0.45
Hex 37 7F AC 44 1A 0 21 CB 34 2D
Octal 67 177 254 104 32 0 41 313 64 55
Binary 110111 1111111 10101100 1000100 11010 0 100001 11001011 110100 101101

Color Harmonies of #377FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FAC

Black with #377FAC

Text Example


Text Example

White with #377FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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