Html Css Color HEX #3C848A Paradiso

📋 copy color: '#3C848A'

red 60 ◦ green 132 ◦ blue 138

#3C848A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #3C848A

Tints of Paradiso #3C848A

RGB

 RED value IS 60 (23.83% from 255) = 18.18%

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 18.18%
G = 40%
B = 41.82%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C848A (or 0x3C848A) is known color: Paradiso. HEX triplet: 3C, 84 and 8A. RGB value is (60,132,138). Sum of RGB (Red+Green+Blue) = 60+132+138=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C848A is #C37B75. Grayscale: #6F6F6F. Windows color (decimal): -12811126 or 9077820. OLE color: 9077820.

HSL color Cylindrical-coordinate representation of color #3C848A: hue angle of 184.62º 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 #3C848A is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 132 138 -
CMYK 0.57 0.04 0 0.46
HSL 184.62º 0.39% 0.39% -
HSV(B) 184.62º 0.57% 0.54% -
XYZ 14.7 19.3 26.99 -
YUV 111.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 60 132 138 0.57 0.04 0 0.46 184.62 0.39 0.39
Hex 3C 84 8A 39 4 0 2E B9 27 27
Octal 74 204 212 71 4 0 56 271 47 47
Binary 111100 10000100 10001010 111001 100 0 101110 10111001 100111 100111

Color Harmonies of #3C848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C848A

Black with #3C848A

Text Example


Text Example

White with #3C848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C848A;
 }
 .AnyTagClassName
 {
   color: #3C848A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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