#3B8ACD

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

Shades of Curious Blue #3B8ACD

Tints of Curious Blue #3B8ACD

Color information

#3B8ACD (or 0x3B8ACD) is unknown color: approx Curious Blue. HEX triplet: 3B, 8A and CD. RGB value is (59,138,205). Sum of RGB (Red+Green+Blue) = 59+138+205=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8ACD is #C47532. Grayscale: #797979. Windows color (decimal): -12875059 or 13470267. OLE color: 13470267.

HSL color Cylindrical-coordinate representation of color #3B8ACD: hue angle of 207.53º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B8ACD is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB59138205-
CMYK0.710.3300.20
HSL207.53º59.35%51.76%-
HSV(B)207.53º71.22%80.39%-
XYZ21.9123.5161.14-
YUV122.02174.8383.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.68%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=14.68%
G=34.33%
B=51.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal591382050.710.3300.20207.5359.3551.76
Hex3B8ACD4721014d03b34
Octal73212315107410243207364
Binary1110111000101011001101100011110000101010011010000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,138,205); }

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

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

 a { background-color: rgb(59,138,205); }

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

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

 span { border-color: rgb(59,138,205); }

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