#3A6FC4

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

Shades of Curious Blue #3A6FC4

Tints of Curious Blue #3A6FC4

Color information

#3A6FC4 (or 0x3A6FC4) is unknown color: approx Curious Blue. HEX triplet: 3A, 6F and C4. RGB value is (58,111,196). Sum of RGB (Red+Green+Blue) = 58+111+196=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A6FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FC4 is #C5903B. Grayscale: #686868. Windows color (decimal): -12947516 or 12873530. OLE color: 12873530.

HSL color Cylindrical-coordinate representation of color #3A6FC4: hue angle of 216.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A6FC4 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB58111196-
CMYK0.700.4300.23
HSL216.96º54.33%49.8%-
HSV(B)216.96º70.41%76.86%-
XYZ17.3916.2554.45-
YUV104.84179.4494.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=15.89%
G=30.41%
B=53.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581111960.700.4300.23216.9654.3349.8
Hex3A6FC4462B017d93632
Octal72157304106530273316662
Binary111010110111111000100100011010101101011111011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,196); }

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

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

 a { background-color: rgb(58,111,196); }

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

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

 span { border-color: rgb(58,111,196); }

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