Html Css Color HEX #377DAC Curious Blue

📋 copy color: '#377DAC'

red 55 ◦ green 125 ◦ blue 172

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

Shades of Curious Blue #377DAC

Tints of Curious Blue #377DAC

RGB

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

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

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

R = 15.63%
G = 35.51%
B = 48.86%

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

#377DAC (or 0x377DAC) is known color: Curious Blue. HEX triplet: 37, 7D and AC. RGB value is (55,125,172). Sum of RGB (Red+Green+Blue) = 55+125+172=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #377DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAC is #C88253. Grayscale: #6D6D6D. Windows color (decimal): -13140564 or 11304247. OLE color: 11304247.

HSL color Cylindrical-coordinate representation of color #377DAC: hue angle of 204.1º 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 #377DAC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 125 172 -
CMYK 0.68 0.27 0 0.33
HSL 204.1º 0.52% 0.45% -
HSV(B) 204.1º 0.68% 0.67% -
XYZ 16.36 18.46 41.73 -
YUV 109.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 55 125 172 0.68 0.27 0 0.33 204.1 0.52 0.45
Hex 37 7D AC 44 1B 0 21 CC 34 2D
Octal 67 175 254 104 33 0 41 314 64 55
Binary 110111 1111101 10101100 1000100 11011 0 100001 11001100 110100 101101

Color Harmonies of #377DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DAC

Black with #377DAC

Text Example


Text Example

White with #377DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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