Html Css Color HEX #3185BD Curious Blue

📋 copy color: '#3185BD'

red 49 ◦ green 133 ◦ blue 189

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

Shades of Curious Blue #3185BD

Tints of Curious Blue #3185BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 13.21%
G = 35.85%
B = 50.94%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3185BD (or 0x3185BD) is known color: Curious Blue. HEX triplet: 31, 85 and BD. RGB value is (49,133,189). Sum of RGB (Red+Green+Blue) = 49+133+189=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #3185BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BD is #CE7A42. Grayscale: #717171. Windows color (decimal): -13531715 or 12420401. OLE color: 12420401.

HSL color Cylindrical-coordinate representation of color #3185BD: hue angle of 204º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3185BD is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 133 189 -
CMYK 0.74 0.30 0 0.26
HSL 204º 0.59% 0.47% -
HSV(B) 204º 0.74% 0.74% -
XYZ 18.84 21.1 51.22 -
YUV 114.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 49 133 189 0.74 0.30 0 0.26 204 0.59 0.47
Hex 31 85 BD 4A 1E 0 1A CC 3B 2F
Octal 61 205 275 112 36 0 32 314 73 57
Binary 110001 10000101 10111101 1001010 11110 0 11010 11001100 111011 101111

Color Harmonies of #3185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185BD

Black with #3185BD

Text Example


Text Example

White with #3185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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