Html Css Color HEX #3196CF Curious Blue

📋 copy color: '#3196CF'

red 49 ◦ green 150 ◦ blue 207

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

Shades of Curious Blue #3196CF

Tints of Curious Blue #3196CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 12.07%
G = 36.95%
B = 50.99%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3196CF (or 0x3196CF) is known color: Curious Blue. HEX triplet: 31, 96 and CF. RGB value is (49,150,207). Sum of RGB (Red+Green+Blue) = 49+150+207=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #3196CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196CF is #CE6930. Grayscale: #7D7D7D. Windows color (decimal): -13527345 or 13604401. OLE color: 13604401.

HSL color Cylindrical-coordinate representation of color #3196CF: hue angle of 201.65º 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 #3196CF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 150 207 -
CMYK 0.76 0.28 0 0.19
HSL 201.65º 0.62% 0.5% -
HSV(B) 201.65º 0.76% 0.81% -
XYZ 23.44 26.97 63 -
YUV 126.3 173.54 72.87 -
System Red Green Blue C M Y K H S L
Decimal 49 150 207 0.76 0.28 0 0.19 201.65 0.62 0.5
Hex 31 96 CF 4C 1C 0 13 CA 3E 32
Octal 61 226 317 114 34 0 23 312 76 62
Binary 110001 10010110 11001111 1001100 11100 0 10011 11001010 111110 110010

Color Harmonies of #3196CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3196CF

Black with #3196CF

Text Example


Text Example

White with #3196CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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