Html Css Color HEX #377CAF Curious Blue

📋 copy color: '#377CAF'

red 55 ◦ green 124 ◦ blue 175

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

Shades of Curious Blue #377CAF

Tints of Curious Blue #377CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 15.54%
G = 35.03%
B = 49.44%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#377CAF (or 0x377CAF) is known color: Curious Blue. HEX triplet: 37, 7C and AF. RGB value is (55,124,175). Sum of RGB (Red+Green+Blue) = 55+124+175=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #377CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CAF is #C88350. Grayscale: #6C6C6C. Windows color (decimal): -13140817 or 11500599. OLE color: 11500599.

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

Color convert

RGB 55 124 175 -
CMYK 0.69 0.29 0 0.31
HSL 205.5º 0.52% 0.45% -
HSV(B) 205.5º 0.69% 0.69% -
XYZ 16.52 18.32 43.22 -
YUV 109.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 55 124 175 0.69 0.29 0 0.31 205.5 0.52 0.45
Hex 37 7C AF 45 1D 0 1F CE 34 2D
Octal 67 174 257 105 35 0 37 316 64 55
Binary 110111 1111100 10101111 1000101 11101 0 11111 11001110 110100 101101

Color Harmonies of #377CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CAF

Black with #377CAF

Text Example


Text Example

White with #377CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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