Html Css Color HEX #3A838A Paradiso

📋 copy color: '#3A838A'

red 58 ◦ green 131 ◦ blue 138

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

Shades of Paradiso #3A838A

Tints of Paradiso #3A838A

RGB

 RED value IS 58 (23.05% from 255) = 17.74%

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 17.74%
G = 40.06%
B = 42.2%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A838A (or 0x3A838A) is known color: Paradiso. HEX triplet: 3A, 83 and 8A. RGB value is (58,131,138). Sum of RGB (Red+Green+Blue) = 58+131+138=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A838A is #C57C75. Grayscale: #6D6D6D. Windows color (decimal): -12942454 or 9077562. OLE color: 9077562.

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

Color convert

RGB 58 131 138 -
CMYK 0.58 0.05 0 0.46
HSL 185.25º 0.41% 0.38% -
HSV(B) 185.25º 0.58% 0.54% -
XYZ 14.45 18.97 26.94 -
YUV 109.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 58 131 138 0.58 0.05 0 0.46 185.25 0.41 0.38
Hex 3A 83 8A 3A 5 0 2E B9 29 26
Octal 72 203 212 72 5 0 56 271 51 46
Binary 111010 10000011 10001010 111010 101 0 101110 10111001 101001 100110

Color Harmonies of #3A838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A838A

Black with #3A838A

Text Example


Text Example

White with #3A838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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