Html Css Color HEX #348286 Atoll

📋 copy color: '#348286'

red 52 ◦ green 130 ◦ blue 134

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

Shades of Atoll #348286

Tints of Atoll #348286

RGB

 RED value IS 52 (20.7% from 255) = 16.46%

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 16.46%
G = 41.14%
B = 42.41%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348286 (or 0x348286) is known color: Atoll. HEX triplet: 34, 82 and 86. RGB value is (52,130,134). Sum of RGB (Red+Green+Blue) = 52+130+134=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #348286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348286 is #CB7D79. Grayscale: #6B6B6B. Windows color (decimal): -13335930 or 8815156. OLE color: 8815156.

HSL color Cylindrical-coordinate representation of color #348286: hue angle of 182.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348286 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 130 134 -
CMYK 0.61 0.03 0 0.47
HSL 182.93º 0.44% 0.36% -
HSV(B) 182.93º 0.61% 0.53% -
XYZ 13.7 18.42 25.39 -
YUV 107.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 52 130 134 0.61 0.03 0 0.47 182.93 0.44 0.36
Hex 34 82 86 3D 3 0 2F B7 2C 24
Octal 64 202 206 75 3 0 57 267 54 44
Binary 110100 10000010 10000110 111101 11 0 101111 10110111 101100 100100

Color Harmonies of #348286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348286

Black with #348286

Text Example


Text Example

White with #348286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348286; }

 p { color: rgb(52,130,134); }

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

background-color css

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

 a { background-color: rgb(52,130,134); }

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

border-color css

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

 span { border-color: rgb(52,130,134); }

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