#3B9ACA

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

Shades of Curious Blue #3B9ACA

Tints of Curious Blue #3B9ACA

Color information

#3B9ACA (or 0x3B9ACA) is unknown color: approx Curious Blue. HEX triplet: 3B, 9A and CA. RGB value is (59,154,202). Sum of RGB (Red+Green+Blue) = 59+154+202=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B9ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9ACA is #C46535. Grayscale: #828282. Windows color (decimal): -12870966 or 13277755. OLE color: 13277755.

HSL color Cylindrical-coordinate representation of color #3B9ACA: hue angle of 200.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B9ACA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59154202-
CMYK0.710.2400.21
HSL200.14º57.43%51.18%-
HSV(B)200.14º70.79%79.22%-
XYZ24.0228.3160.07-
YUV131.07168.0376.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.22%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=14.22%
G=37.11%
B=48.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal591542020.710.2400.21200.1457.4351.18
Hex3B9ACA4718015c83933
Octal73232312107300253107163
Binary111011100110101100101010001111100001010111001000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,154,202); }

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

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

 a { background-color: rgb(59,154,202); }

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

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

 span { border-color: rgb(59,154,202); }

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