#3a8fce

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

Shades of Curious Blue #3A8FCE

Tints of Curious Blue #3A8FCE

Color information

#3A8FCE (or 0x3A8FCE) is unknown color: approx Curious Blue. HEX triplet: 3A, 8F and CE. RGB value is (58,143,206). Sum of RGB (Red+Green+Blue) = 58+143+206=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A8FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8FCE is #C57031. Grayscale: #7C7C7C. Windows color (decimal): -12939314 or 13537082. OLE color: 13537082.

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

Color convert

RGB58143206-
CMYK0.720.3100.19
HSL205.54º60.16%51.76%-
HSV(B)205.54º71.84%80.78%-
XYZ22.712562.02-
YUV124.77173.8480.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 206 (80.86% from 255) = 50.61%
R=14.25%
G=35.14%
B=50.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal581432060.720.3100.19205.5460.1651.76
Hex3A8FCE481F013ce3c34
Octal72217316110370233167464
Binary111010100011111100111010010001111101001111001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,143,206); }

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

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

 a { background-color: rgb(58,143,206); }

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

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

 span { border-color: rgb(58,143,206); }

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