#3c838a

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

Shades of Paradiso #3C838A

Tints of Paradiso #3C838A

Color information

#3C838A (or 0x3C838A) is unknown color: approx Paradiso. HEX triplet: 3C, 83 and 8A. RGB value is (60,131,138). Sum of RGB (Red+Green+Blue) = 60+131+138=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C838A is #C37C75. Grayscale: #6E6E6E. Windows color (decimal): -12811382 or 9077564. OLE color: 9077564.

HSL color Cylindrical-coordinate representation of color #3C838A: hue angle of 185.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C838A is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60131138-
CMYK0.570.0500.46
HSL185.38º39.39%38.82%-
HSV(B)185.38º56.52%54.12%-
XYZ14.5719.0326.95-
YUV110.57143.4891.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=18.24%
G=39.82%
B=41.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601311380.570.0500.46185.3839.3938.82
Hex3C838A39502Eb92727
Octal742032127150562714747
Binary1111001000001110001010111001101010111010111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c838a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,138); }

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

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

 a { background-color: rgb(60,131,138); }

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

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

 span { border-color: rgb(60,131,138); }

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