Html Css Color HEX #3185BB Curious Blue

📋 copy color: '#3185BB'

red 49 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #3185BB

Tints of Curious Blue #3185BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 13.28%
G = 36.04%
B = 50.68%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3185BB (or 0x3185BB) is known color: Curious Blue. HEX triplet: 31, 85 and BB. RGB value is (49,133,187). Sum of RGB (Red+Green+Blue) = 49+133+187=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3185BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BB is #CE7A44. Grayscale: #717171. Windows color (decimal): -13531717 or 12289329. OLE color: 12289329.

HSL color Cylindrical-coordinate representation of color #3185BB: hue angle of 203.48º 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 #3185BB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 133 187 -
CMYK 0.74 0.29 0 0.27
HSL 203.48º 0.58% 0.46% -
HSV(B) 203.48º 0.74% 0.73% -
XYZ 18.62 21.02 50.09 -
YUV 114.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 49 133 187 0.74 0.29 0 0.27 203.48 0.58 0.46
Hex 31 85 BB 4A 1D 0 1B CB 3A 2E
Octal 61 205 273 112 35 0 33 313 72 56
Binary 110001 10000101 10111011 1001010 11101 0 11011 11001011 111010 101110

Color Harmonies of #3185BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185BB

Black with #3185BB

Text Example


Text Example

White with #3185BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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