Html Css Color HEX #3188C1 Curious Blue

📋 copy color: '#3188C1'

red 49 ◦ green 136 ◦ blue 193

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

Shades of Curious Blue #3188C1

Tints of Curious Blue #3188C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.06%

R = 12.96%
G = 35.98%
B = 51.06%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3188C1 (or 0x3188C1) is known color: Curious Blue. HEX triplet: 31, 88 and C1. RGB value is (49,136,193). Sum of RGB (Red+Green+Blue) = 49+136+193=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #3188C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188C1 is #CE773E. Grayscale: #747474. Windows color (decimal): -13530943 or 12683313. OLE color: 12683313.

HSL color Cylindrical-coordinate representation of color #3188C1: hue angle of 203.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3188C1 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 136 193 -
CMYK 0.75 0.30 0 0.24
HSL 203.75º 0.6% 0.47% -
HSV(B) 203.75º 0.75% 0.76% -
XYZ 19.7 22.11 53.68 -
YUV 116.49 171.18 79.87 -
System Red Green Blue C M Y K H S L
Decimal 49 136 193 0.75 0.30 0 0.24 203.75 0.6 0.47
Hex 31 88 C1 4B 1E 0 18 CC 3C 2F
Octal 61 210 301 113 36 0 30 314 74 57
Binary 110001 10001000 11000001 1001011 11110 0 11000 11001100 111100 101111

Color Harmonies of #3188C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188C1

Black with #3188C1

Text Example


Text Example

White with #3188C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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