#3D9ACB

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

Shades of Curious Blue #3D9ACB

Tints of Curious Blue #3D9ACB

Color information

#3D9ACB (or 0x3D9ACB) is unknown color: approx Curious Blue. HEX triplet: 3D, 9A and CB. RGB value is (61,154,203). Sum of RGB (Red+Green+Blue) = 61+154+203=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9ACB is #C26534. Grayscale: #838383. Windows color (decimal): -12739893 or 13343293. OLE color: 13343293.

HSL color Cylindrical-coordinate representation of color #3D9ACB: hue angle of 200.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D9ACB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB61154203-
CMYK0.700.2400.20
HSL200.7º57.72%51.76%-
HSV(B)200.7º69.95%79.61%-
XYZ24.2628.4260.71-
YUV131.78168.1977.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.59%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=14.59%
G=36.84%
B=48.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal611542030.700.2400.20200.757.7251.76
Hex3D9ACB4618014c93a34
Octal75232313106300243117264
Binary111101100110101100101110001101100001010011001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9ACB; }

 p { color: rgb(61,154,203); }

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

<style>
 a { background-color: #3D9ACB; }

 a { background-color: rgb(61,154,203); }

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

<style>
 span { border-color: #3D9ACB; }

 span { border-color: rgb(61,154,203); }

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