#3a8cc9

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

Shades of Curious Blue #3A8CC9

Tints of Curious Blue #3A8CC9

Color information

#3A8CC9 (or 0x3A8CC9) is unknown color: approx Curious Blue. HEX triplet: 3A, 8C and C9. RGB value is (58,140,201). Sum of RGB (Red+Green+Blue) = 58+140+201=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A8CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CC9 is #C57336. Grayscale: #7A7A7A. Windows color (decimal): -12940087 or 13208634. OLE color: 13208634.

HSL color Cylindrical-coordinate representation of color #3A8CC9: hue angle of 205.59º 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 #3A8CC9 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB58140201-
CMYK0.710.3000.21
HSL205.59º56.97%50.78%-
HSV(B)205.59º71.14%78.82%-
XYZ21.6723.8758.72-
YUV122.44172.3382.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.54%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=14.54%
G=35.09%
B=50.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581402010.710.3000.21205.5956.9750.78
Hex3A8CC9471E015ce3933
Octal72214311107360253167163
Binary111010100011001100100110001111111001010111001110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8cc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,201); }

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

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

 a { background-color: rgb(58,140,201); }

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

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

 span { border-color: rgb(58,140,201); }

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