Html Css Color HEX #3188CF Curious Blue

📋 copy color: '#3188CF'

red 49 ◦ green 136 ◦ blue 207

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

Shades of Curious Blue #3188CF

Tints of Curious Blue #3188CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 12.5%
G = 34.69%
B = 52.81%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3188CF (or 0x3188CF) is known color: Curious Blue. HEX triplet: 31, 88 and CF. RGB value is (49,136,207). Sum of RGB (Red+Green+Blue) = 49+136+207=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3188CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188CF is #CE7730. Grayscale: #757575. Windows color (decimal): -13530929 or 13600817. OLE color: 13600817.

HSL color Cylindrical-coordinate representation of color #3188CF: hue angle of 206.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3188CF is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 136 207 -
CMYK 0.76 0.34 0 0.19
HSL 206.96º 0.62% 0.5% -
HSV(B) 206.96º 0.76% 0.81% -
XYZ 21.33 22.77 62.3 -
YUV 118.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 49 136 207 0.76 0.34 0 0.19 206.96 0.62 0.5
Hex 31 88 CF 4C 22 0 13 CF 3E 32
Octal 61 210 317 114 42 0 23 317 76 62
Binary 110001 10001000 11001111 1001100 100010 0 10011 11001111 111110 110010

Color Harmonies of #3188CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3188CF

Black with #3188CF

Text Example


Text Example

White with #3188CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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