#3A84CD

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

Shades of Curious Blue #3A84CD

Tints of Curious Blue #3A84CD

Color information

#3A84CD (or 0x3A84CD) is unknown color: approx Curious Blue. HEX triplet: 3A, 84 and CD. RGB value is (58,132,205). Sum of RGB (Red+Green+Blue) = 58+132+205=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A84CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A84CD is #C57B32. Grayscale: #757575. Windows color (decimal): -12942131 or 13468730. OLE color: 13468730.

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

Color convert

RGB58132205-
CMYK0.720.3600.20
HSL209.8º59.51%51.57%-
HSV(B)209.8º71.71%80.39%-
XYZ21.0221.8160.86-
YUV118.2176.9885.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.68%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=14.68%
G=33.42%
B=51.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal581322050.720.3600.20209.859.5151.57
Hex3A84CD4824014d23c34
Octal72204315110440243227464
Binary1110101000010011001101100100010010001010011010010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,205); }

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

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

 a { background-color: rgb(58,132,205); }

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

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

 span { border-color: rgb(58,132,205); }

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