Html Css Color HEX #3184BD Curious Blue

📋 copy color: '#3184BD'

red 49 ◦ green 132 ◦ blue 189

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

Shades of Curious Blue #3184BD

Tints of Curious Blue #3184BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 13.24%
G = 35.68%
B = 51.08%

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

#3184BD (or 0x3184BD) is known color: Curious Blue. HEX triplet: 31, 84 and BD. RGB value is (49,132,189). Sum of RGB (Red+Green+Blue) = 49+132+189=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #3184BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184BD is #CE7B42. Grayscale: #717171. Windows color (decimal): -13531971 or 12420145. OLE color: 12420145.

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

Color convert

RGB 49 132 189 -
CMYK 0.74 0.30 0 0.26
HSL 204.43º 0.59% 0.47% -
HSV(B) 204.43º 0.74% 0.74% -
XYZ 18.7 20.83 51.18 -
YUV 113.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 49 132 189 0.74 0.30 0 0.26 204.43 0.59 0.47
Hex 31 84 BD 4A 1E 0 1A CC 3B 2F
Octal 61 204 275 112 36 0 32 314 73 57
Binary 110001 10000100 10111101 1001010 11110 0 11010 11001100 111011 101111

Color Harmonies of #3184BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3184BD

Black with #3184BD

Text Example


Text Example

White with #3184BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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