Html Css Color HEX #377DAB Curious Blue

📋 copy color: '#377DAB'

red 55 ◦ green 125 ◦ blue 171

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

Shades of Curious Blue #377DAB

Tints of Curious Blue #377DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 15.67%
G = 35.61%
B = 48.72%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#377DAB (or 0x377DAB) is known color: Curious Blue. HEX triplet: 37, 7D and AB. RGB value is (55,125,171). Sum of RGB (Red+Green+Blue) = 55+125+171=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #377DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAB is #C88254. Grayscale: #6D6D6D. Windows color (decimal): -13140565 or 11238711. OLE color: 11238711.

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

Color convert

RGB 55 125 171 -
CMYK 0.68 0.27 0 0.33
HSL 203.79º 0.51% 0.44% -
HSV(B) 203.79º 0.68% 0.67% -
XYZ 16.26 18.42 41.23 -
YUV 109.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 55 125 171 0.68 0.27 0 0.33 203.79 0.51 0.44
Hex 37 7D AB 44 1B 0 21 CC 33 2C
Octal 67 175 253 104 33 0 41 314 63 54
Binary 110111 1111101 10101011 1000100 11011 0 100001 11001100 110011 101100

Color Harmonies of #377DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DAB

Black with #377DAB

Text Example


Text Example

White with #377DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,171); }

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

background-color css

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

 a { background-color: rgb(55,125,171); }

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

border-color css

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

 span { border-color: rgb(55,125,171); }

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