Html Css Color HEX #348188 Atoll

📋 copy color: '#348188'

red 52 ◦ green 129 ◦ blue 136

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

Shades of Atoll #348188

Tints of Atoll #348188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 16.4%
G = 40.69%
B = 42.9%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348188 (or 0x348188) is known color: Atoll. HEX triplet: 34, 81 and 88. RGB value is (52,129,136). Sum of RGB (Red+Green+Blue) = 52+129+136=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #348188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348188 is #CB7E77. Grayscale: #6A6A6A. Windows color (decimal): -13336184 or 8945972. OLE color: 8945972.

HSL color Cylindrical-coordinate representation of color #348188: hue angle of 185º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348188 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 129 136 -
CMYK 0.62 0.05 0 0.47
HSL 185º 0.45% 0.37% -
HSV(B) 185º 0.62% 0.53% -
XYZ 13.71 18.21 26.08 -
YUV 106.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 52 129 136 0.62 0.05 0 0.47 185 0.45 0.37
Hex 34 81 88 3E 5 0 2F B9 2D 25
Octal 64 201 210 76 5 0 57 271 55 45
Binary 110100 10000001 10001000 111110 101 0 101111 10111001 101101 100101

Color Harmonies of #348188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348188

Black with #348188

Text Example


Text Example

White with #348188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348188; }

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

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

background-color css

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

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

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

border-color css

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

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

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