#3A90C1

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

Shades of Curious Blue #3A90C1

Tints of Curious Blue #3A90C1

Color information

#3A90C1 (or 0x3A90C1) is unknown color: approx Curious Blue. HEX triplet: 3A, 90 and C1. RGB value is (58,144,193). Sum of RGB (Red+Green+Blue) = 58+144+193=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A90C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90C1 is #C56F3E. Grayscale: #7B7B7B. Windows color (decimal): -12939071 or 12685370. OLE color: 12685370.

HSL color Cylindrical-coordinate representation of color #3A90C1: hue angle of 201.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A90C1 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB58144193-
CMYK0.700.2500.24
HSL201.78º53.78%49.22%-
HSV(B)201.78º69.95%75.69%-
XYZ21.3424.754.09-
YUV123.87167.0181.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.68%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=14.68%
G=36.46%
B=48.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581441930.700.2500.24201.7853.7849.22
Hex3A90C14619018ca3631
Octal72220301106310303126661
Binary111010100100001100000110001101100101100011001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,144,193); }

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

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

 a { background-color: rgb(58,144,193); }

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

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

 span { border-color: rgb(58,144,193); }

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