Html Css Color HEX #348185 Atoll

📋 copy color: '#348185'

red 52 ◦ green 129 ◦ blue 133

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

Shades of Atoll #348185

Tints of Atoll #348185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 16.56%
G = 41.08%
B = 42.36%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#348185 (or 0x348185) is known color: Atoll. HEX triplet: 34, 81 and 85. RGB value is (52,129,133). Sum of RGB (Red+Green+Blue) = 52+129+133=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #348185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348185 is #CB7E7A. Grayscale: #6A6A6A. Windows color (decimal): -13336187 or 8749364. OLE color: 8749364.

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

Color convert

RGB 52 129 133 -
CMYK 0.61 0.03 0 0.48
HSL 182.96º 0.44% 0.36% -
HSV(B) 182.96º 0.61% 0.52% -
XYZ 13.5 18.12 24.98 -
YUV 106.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 52 129 133 0.61 0.03 0 0.48 182.96 0.44 0.36
Hex 34 81 85 3D 3 0 30 B7 2C 24
Octal 64 201 205 75 3 0 60 267 54 44
Binary 110100 10000001 10000101 111101 11 0 110000 10110111 101100 100100

Color Harmonies of #348185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348185

Black with #348185

Text Example


Text Example

White with #348185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348185; }

 p { color: rgb(52,129,133); }

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

background-color css

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

 a { background-color: rgb(52,129,133); }

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

border-color css

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

 span { border-color: rgb(52,129,133); }

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