Html Css Color HEX #3770BA Curious Blue

📋 copy color: '#3770BA'

red 55 ◦ green 112 ◦ blue 186

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

Shades of Curious Blue #3770BA

Tints of Curious Blue #3770BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 15.58%
G = 31.73%
B = 52.69%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3770BA (or 0x3770BA) is known color: Curious Blue. HEX triplet: 37, 70 and BA. RGB value is (55,112,186). Sum of RGB (Red+Green+Blue) = 55+112+186=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #3770BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770BA is #C88F45. Grayscale: #676767. Windows color (decimal): -13143878 or 12218423. OLE color: 12218423.

HSL color Cylindrical-coordinate representation of color #3770BA: hue angle of 213.89º 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 #3770BA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 112 186 -
CMYK 0.70 0.40 0 0.27
HSL 213.89º 0.54% 0.47% -
HSV(B) 213.89º 0.7% 0.73% -
XYZ 16.23 15.95 48.68 -
YUV 103.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 55 112 186 0.70 0.40 0 0.27 213.89 0.54 0.47
Hex 37 70 BA 46 28 0 1B D6 36 2F
Octal 67 160 272 106 50 0 33 326 66 57
Binary 110111 1110000 10111010 1000110 101000 0 11011 11010110 110110 101111

Color Harmonies of #3770BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770BA

Black with #3770BA

Text Example


Text Example

White with #3770BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3770BA; }

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

 H1.HeaderClassName
 {
   color: #3770BA;
 }
 .AnyTagClassName
 {
   color: #3770BA;
 }
</style>

background-color css

<style>
 a { background-color: #3770BA; }

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

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

border-color css

<style>
 span { border-color: #3770BA; }

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

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