Html Css Color HEX #3195CF Curious Blue

📋 copy color: '#3195CF'

red 49 ◦ green 149 ◦ blue 207

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

Shades of Curious Blue #3195CF

Tints of Curious Blue #3195CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 12.1%
G = 36.79%
B = 51.11%

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

#3195CF (or 0x3195CF) is known color: Curious Blue. HEX triplet: 31, 95 and CF. RGB value is (49,149,207). Sum of RGB (Red+Green+Blue) = 49+149+207=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #3195CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195CF is #CE6A30. Grayscale: #7D7D7D. Windows color (decimal): -13527601 or 13604145. OLE color: 13604145.

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

Color convert

RGB 49 149 207 -
CMYK 0.76 0.28 0 0.19
HSL 202.03º 0.62% 0.5% -
HSV(B) 202.03º 0.76% 0.81% -
XYZ 23.28 26.65 62.95 -
YUV 125.71 173.87 73.28 -
System Red Green Blue C M Y K H S L
Decimal 49 149 207 0.76 0.28 0 0.19 202.03 0.62 0.5
Hex 31 95 CF 4C 1C 0 13 CA 3E 32
Octal 61 225 317 114 34 0 23 312 76 62
Binary 110001 10010101 11001111 1001100 11100 0 10011 11001010 111110 110010

Color Harmonies of #3195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3195CF

Black with #3195CF

Text Example


Text Example

White with #3195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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