#3193CB

Color #3193CB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3193CB

Tints of Curious Blue #3193CB

Color information

#3193CB (or 0x3193CB) is unknown color: approx Curious Blue. HEX triplet: 31, 93 and CB. RGB value is (49,147,203). Sum of RGB (Red+Green+Blue) = 49+147+203=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #3193CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193CB is #CE6C34. Grayscale: #7B7B7B. Windows color (decimal): -13528117 or 13341489. OLE color: 13341489.

HSL color Cylindrical-coordinate representation of color #3193CB: hue angle of 201.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3193CB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49147203-
CMYK0.760.2800.20
HSL201.82º61.11%49.41%-
HSV(B)201.82º75.86%79.61%-
XYZ22.4825.8360.3-
YUV124.08172.5374.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=12.28%
G=36.84%
B=50.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491472030.760.2800.20201.8261.1149.41
Hex3193CB4C1C014ca3d31
Octal61223313114340243127561
Binary110001100100111100101110011001110001010011001010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3193CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3193CB; }

 p { color: rgb(49,147,203); }

 H1.HeaderClassName
 {
   color: #3193CB;
 }
 .AnyTagClassName
 {
   color: #3193CB;
 }
</style>
background-color css

<style>
 a { background-color: #3193CB; }

 a { background-color: rgb(49,147,203); }

 div.DivClassName
 {
   background-color: #3193CB;
 }
 .BgClassName
 {
   background-color: #3193CB;
 }
</style>
border-color css

<style>
 span { border-color: #3193CB; }

 span { border-color: rgb(49,147,203); }

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