Html Css Color HEX #3184D0 Curious Blue

📋 copy color: '#3184D0'

red 49 ◦ green 132 ◦ blue 208

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

Shades of Curious Blue #3184D0

Tints of Curious Blue #3184D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 12.6%
G = 33.93%
B = 53.47%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3184D0 (or 0x3184D0) is known color: Curious Blue. HEX triplet: 31, 84 and D0. RGB value is (49,132,208). Sum of RGB (Red+Green+Blue) = 49+132+208=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #3184D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184D0 is #CE7B2F. Grayscale: #737373. Windows color (decimal): -13531952 or 13665329. OLE color: 13665329.

HSL color Cylindrical-coordinate representation of color #3184D0: hue angle of 208.68º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3184D0 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 132 208 -
CMYK 0.76 0.37 0 0.18
HSL 208.68º 0.63% 0.5% -
HSV(B) 208.68º 0.76% 0.82% -
XYZ 20.9 21.71 62.76 -
YUV 115.85 180 80.32 -
System Red Green Blue C M Y K H S L
Decimal 49 132 208 0.76 0.37 0 0.18 208.68 0.63 0.5
Hex 31 84 D0 4C 25 0 12 D1 3F 32
Octal 61 204 320 114 45 0 22 321 77 62
Binary 110001 10000100 11010000 1001100 100101 0 10010 11010001 111111 110010

Color Harmonies of #3184D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3184D0

Black with #3184D0

Text Example


Text Example

White with #3184D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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