Html Css Color HEX #3184B8 Curious Blue

📋 copy color: '#3184B8'

red 49 ◦ green 132 ◦ blue 184

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

Shades of Curious Blue #3184B8

Tints of Curious Blue #3184B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 13.42%
G = 36.16%
B = 50.41%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3184B8 (or 0x3184B8) is known color: Curious Blue. HEX triplet: 31, 84 and B8. RGB value is (49,132,184). Sum of RGB (Red+Green+Blue) = 49+132+184=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #3184B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184B8 is #CE7B47. Grayscale: #707070. Windows color (decimal): -13531976 or 12092465. OLE color: 12092465.

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

Color convert

RGB 49 132 184 -
CMYK 0.73 0.28 0 0.28
HSL 203.11º 0.58% 0.46% -
HSV(B) 203.11º 0.73% 0.72% -
XYZ 18.17 20.62 48.37 -
YUV 113.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 49 132 184 0.73 0.28 0 0.28 203.11 0.58 0.46
Hex 31 84 B8 49 1C 0 1C CB 3A 2E
Octal 61 204 270 111 34 0 34 313 72 56
Binary 110001 10000100 10111000 1001001 11100 0 11100 11001011 111010 101110

Color Harmonies of #3184B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3184B8

Black with #3184B8

Text Example


Text Example

White with #3184B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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