Html Css Color HEX #3185BA Curious Blue

📋 copy color: '#3185BA'

red 49 ◦ green 133 ◦ blue 186

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

Shades of Curious Blue #3185BA

Tints of Curious Blue #3185BA

RGB

 RED value IS 49 (19.53% from 255) = 13.32%

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

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

R = 13.32%
G = 36.14%
B = 50.54%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3185BA (or 0x3185BA) is known color: Curious Blue. HEX triplet: 31, 85 and BA. RGB value is (49,133,186). Sum of RGB (Red+Green+Blue) = 49+133+186=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3185BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BA is #CE7A45. Grayscale: #717171. Windows color (decimal): -13531718 or 12223793. OLE color: 12223793.

HSL color Cylindrical-coordinate representation of color #3185BA: hue angle of 203.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3185BA is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 133 186 -
CMYK 0.74 0.28 0 0.27
HSL 203.21º 0.58% 0.46% -
HSV(B) 203.21º 0.74% 0.73% -
XYZ 18.52 20.97 49.53 -
YUV 113.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 49 133 186 0.74 0.28 0 0.27 203.21 0.58 0.46
Hex 31 85 BA 4A 1C 0 1B CB 3A 2E
Octal 61 205 272 112 34 0 33 313 72 56
Binary 110001 10000101 10111010 1001010 11100 0 11011 11001011 111010 101110

Color Harmonies of #3185BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185BA

Black with #3185BA

Text Example


Text Example

White with #3185BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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