Html Css Color HEX #3184B4 Curious Blue

📋 copy color: '#3184B4'

red 49 ◦ green 132 ◦ blue 180

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

Shades of Curious Blue #3184B4

Tints of Curious Blue #3184B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 13.57%
G = 36.57%
B = 49.86%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3184B4 (or 0x3184B4) is known color: Curious Blue. HEX triplet: 31, 84 and B4. RGB value is (49,132,180). Sum of RGB (Red+Green+Blue) = 49+132+180=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #3184B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184B4 is #CE7B4B. Grayscale: #707070. Windows color (decimal): -13531980 or 11830321. OLE color: 11830321.

HSL color Cylindrical-coordinate representation of color #3184B4: hue angle of 201.98º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3184B4 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 132 180 -
CMYK 0.73 0.27 0 0.29
HSL 201.98º 0.57% 0.45% -
HSV(B) 201.98º 0.73% 0.71% -
XYZ 17.76 20.45 46.19 -
YUV 112.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 49 132 180 0.73 0.27 0 0.29 201.98 0.57 0.45
Hex 31 84 B4 49 1B 0 1D CA 39 2D
Octal 61 204 264 111 33 0 35 312 71 55
Binary 110001 10000100 10110100 1001001 11011 0 11101 11001010 111001 101101

Color Harmonies of #3184B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3184B4

Black with #3184B4

Text Example


Text Example

White with #3184B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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