Html Css Color HEX #377FAF Curious Blue

📋 copy color: '#377FAF'

red 55 ◦ green 127 ◦ blue 175

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

Shades of Curious Blue #377FAF

Tints of Curious Blue #377FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 15.41%
G = 35.57%
B = 49.02%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#377FAF (or 0x377FAF) is known color: Curious Blue. HEX triplet: 37, 7F and AF. RGB value is (55,127,175). Sum of RGB (Red+Green+Blue) = 55+127+175=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #377FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FAF is #C88050. Grayscale: #6E6E6E. Windows color (decimal): -13140049 or 11501367. OLE color: 11501367.

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

Color convert

RGB 55 127 175 -
CMYK 0.69 0.27 0 0.31
HSL 204º 0.52% 0.45% -
HSV(B) 204º 0.69% 0.69% -
XYZ 16.9 19.09 43.35 -
YUV 110.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 55 127 175 0.69 0.27 0 0.31 204 0.52 0.45
Hex 37 7F AF 45 1B 0 1F CC 34 2D
Octal 67 177 257 105 33 0 37 314 64 55
Binary 110111 1111111 10101111 1000101 11011 0 11111 11001100 110100 101101

Color Harmonies of #377FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FAF

Black with #377FAF

Text Example


Text Example

White with #377FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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