Html Css Color HEX #3181B8 Curious Blue

📋 copy color: '#3181B8'

red 49 ◦ green 129 ◦ blue 184

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

Shades of Curious Blue #3181B8

Tints of Curious Blue #3181B8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 13.54%
G = 35.64%
B = 50.83%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3181B8 (or 0x3181B8) is known color: Curious Blue. HEX triplet: 31, 81 and B8. RGB value is (49,129,184). Sum of RGB (Red+Green+Blue) = 49+129+184=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #3181B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3181B8 is #CE7E47. Grayscale: #6F6F6F. Windows color (decimal): -13532744 or 12091697. OLE color: 12091697.

HSL color Cylindrical-coordinate representation of color #3181B8: hue angle of 204.44º 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 #3181B8 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 129 184 -
CMYK 0.73 0.30 0 0.28
HSL 204.44º 0.58% 0.46% -
HSV(B) 204.44º 0.73% 0.72% -
XYZ 17.77 19.81 48.24 -
YUV 111.35 169 83.53 -
System Red Green Blue C M Y K H S L
Decimal 49 129 184 0.73 0.30 0 0.28 204.44 0.58 0.46
Hex 31 81 B8 49 1E 0 1C CC 3A 2E
Octal 61 201 270 111 36 0 34 314 72 56
Binary 110001 10000001 10111000 1001001 11110 0 11100 11001100 111010 101110

Color Harmonies of #3181B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3181B8

Black with #3181B8

Text Example


Text Example

White with #3181B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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