Html Css Color HEX #3188BA Curious Blue

📋 copy color: '#3188BA'

red 49 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #3188BA

Tints of Curious Blue #3188BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 13.21%
G = 36.66%
B = 50.13%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3188BA (or 0x3188BA) is known color: Curious Blue. HEX triplet: 31, 88 and BA. RGB value is (49,136,186). Sum of RGB (Red+Green+Blue) = 49+136+186=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3188BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188BA is #CE7745. Grayscale: #737373. Windows color (decimal): -13530950 or 12224561. OLE color: 12224561.

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

Color convert

RGB 49 136 186 -
CMYK 0.74 0.27 0 0.27
HSL 201.9º 0.58% 0.46% -
HSV(B) 201.9º 0.74% 0.73% -
XYZ 18.93 21.81 49.67 -
YUV 115.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 49 136 186 0.74 0.27 0 0.27 201.9 0.58 0.46
Hex 31 88 BA 4A 1B 0 1B CA 3A 2E
Octal 61 210 272 112 33 0 33 312 72 56
Binary 110001 10001000 10111010 1001010 11011 0 11011 11001010 111010 101110

Color Harmonies of #3188BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188BA

Black with #3188BA

Text Example


Text Example

White with #3188BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3188BA; }

 p { color: rgb(49,136,186); }

 H1.HeaderClassName
 {
   color: #3188BA;
 }
 .AnyTagClassName
 {
   color: #3188BA;
 }
</style>

background-color css

<style>
 a { background-color: #3188BA; }

 a { background-color: rgb(49,136,186); }

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

border-color css

<style>
 span { border-color: #3188BA; }

 span { border-color: rgb(49,136,186); }

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