Html Css Color HEX #3785BA Curious Blue

📋 copy color: '#3785BA'

red 55 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #3785BA

Tints of Curious Blue #3785BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 14.71%
G = 35.56%
B = 49.73%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3785BA (or 0x3785BA) is known color: Curious Blue. HEX triplet: 37, 85 and BA. RGB value is (55,133,186). Sum of RGB (Red+Green+Blue) = 55+133+186=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3785BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785BA is #C87A45. Grayscale: #737373. Windows color (decimal): -13138502 or 12223799. OLE color: 12223799.

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

Color convert

RGB 55 133 186 -
CMYK 0.70 0.28 0 0.27
HSL 204.27º 0.54% 0.47% -
HSV(B) 204.27º 0.7% 0.73% -
XYZ 18.83 21.13 49.54 -
YUV 115.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 55 133 186 0.70 0.28 0 0.27 204.27 0.54 0.47
Hex 37 85 BA 46 1C 0 1B CC 36 2F
Octal 67 205 272 106 34 0 33 314 66 57
Binary 110111 10000101 10111010 1000110 11100 0 11011 11001100 110110 101111

Color Harmonies of #3785BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785BA

Black with #3785BA

Text Example


Text Example

White with #3785BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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