Html Css Color HEX #3182B1 Curious Blue

📋 copy color: '#3182B1'

red 49 ◦ green 130 ◦ blue 177

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

Shades of Curious Blue #3182B1

Tints of Curious Blue #3182B1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 13.76%
G = 36.52%
B = 49.72%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3182B1 (or 0x3182B1) is known color: Curious Blue. HEX triplet: 31, 82 and B1. RGB value is (49,130,177). Sum of RGB (Red+Green+Blue) = 49+130+177=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #3182B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3182B1 is #CE7D4E. Grayscale: #6E6E6E. Windows color (decimal): -13532495 or 11633201. OLE color: 11633201.

HSL color Cylindrical-coordinate representation of color #3182B1: hue angle of 202.03º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3182B1 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 130 177 -
CMYK 0.72 0.27 0 0.31
HSL 202.03º 0.57% 0.44% -
HSV(B) 202.03º 0.72% 0.69% -
XYZ 17.19 19.79 44.51 -
YUV 111.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 49 130 177 0.72 0.27 0 0.31 202.03 0.57 0.44
Hex 31 82 B1 48 1B 0 1F CA 39 2C
Octal 61 202 261 110 33 0 37 312 71 54
Binary 110001 10000010 10110001 1001000 11011 0 11111 11001010 111001 101100

Color Harmonies of #3182B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3182B1

Black with #3182B1

Text Example


Text Example

White with #3182B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3182B1; }

 p { color: rgb(49,130,177); }

 H1.HeaderClassName
 {
   color: #3182B1;
 }
 .AnyTagClassName
 {
   color: #3182B1;
 }
</style>

background-color css

<style>
 a { background-color: #3182B1; }

 a { background-color: rgb(49,130,177); }

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

border-color css

<style>
 span { border-color: #3182B1; }

 span { border-color: rgb(49,130,177); }

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