Html Css Color HEX #377ABA Curious Blue

📋 copy color: '#377ABA'

red 55 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #377ABA

Tints of Curious Blue #377ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 15.15%
G = 33.61%
B = 51.24%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#377ABA (or 0x377ABA) is known color: Curious Blue. HEX triplet: 37, 7A and BA. RGB value is (55,122,186). Sum of RGB (Red+Green+Blue) = 55+122+186=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #377ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ABA is #C88545. Grayscale: #6C6C6C. Windows color (decimal): -13141318 or 12220983. OLE color: 12220983.

HSL color Cylindrical-coordinate representation of color #377ABA: hue angle of 209.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377ABA is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 122 186 -
CMYK 0.70 0.34 0 0.27
HSL 209.31º 0.54% 0.47% -
HSV(B) 209.31º 0.7% 0.73% -
XYZ 17.4 18.28 49.07 -
YUV 109.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 55 122 186 0.70 0.34 0 0.27 209.31 0.54 0.47
Hex 37 7A BA 46 22 0 1B D1 36 2F
Octal 67 172 272 106 42 0 33 321 66 57
Binary 110111 1111010 10111010 1000110 100010 0 11011 11010001 110110 101111

Color Harmonies of #377ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ABA

Black with #377ABA

Text Example


Text Example

White with #377ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,186); }

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

background-color css

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

 a { background-color: rgb(55,122,186); }

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

border-color css

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

 span { border-color: rgb(55,122,186); }

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