Html Css Color HEX #3187BD Curious Blue

📋 copy color: '#3187BD'

red 49 ◦ green 135 ◦ blue 189

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

Shades of Curious Blue #3187BD

Tints of Curious Blue #3187BD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 13.14%
G = 36.19%
B = 50.67%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3187BD (or 0x3187BD) is known color: Curious Blue. HEX triplet: 31, 87 and BD. RGB value is (49,135,189). Sum of RGB (Red+Green+Blue) = 49+135+189=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #3187BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187BD is #CE7842. Grayscale: #737373. Windows color (decimal): -13531203 or 12420913. OLE color: 12420913.

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

Color convert

RGB 49 135 189 -
CMYK 0.74 0.29 0 0.26
HSL 203.14º 0.59% 0.47% -
HSV(B) 203.14º 0.74% 0.74% -
XYZ 19.12 21.66 51.32 -
YUV 115.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 49 135 189 0.74 0.29 0 0.26 203.14 0.59 0.47
Hex 31 87 BD 4A 1D 0 1A CB 3B 2F
Octal 61 207 275 112 35 0 32 313 73 57
Binary 110001 10000111 10111101 1001010 11101 0 11010 11001011 111011 101111

Color Harmonies of #3187BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3187BD

Black with #3187BD

Text Example


Text Example

White with #3187BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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