Html Css Color HEX #348288 Atoll

📋 copy color: '#348288'

red 52 ◦ green 130 ◦ blue 136

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

Shades of Atoll #348288

Tints of Atoll #348288

RGB

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

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

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

R = 16.35%
G = 40.88%
B = 42.77%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348288 (or 0x348288) is known color: Atoll. HEX triplet: 34, 82 and 88. RGB value is (52,130,136). Sum of RGB (Red+Green+Blue) = 52+130+136=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #348288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348288 is #CB7D77. Grayscale: #6B6B6B. Windows color (decimal): -13335928 or 8946228. OLE color: 8946228.

HSL color Cylindrical-coordinate representation of color #348288: hue angle of 184.29º 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 #348288 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 130 136 -
CMYK 0.62 0.04 0 0.47
HSL 184.29º 0.45% 0.37% -
HSV(B) 184.29º 0.62% 0.53% -
XYZ 13.84 18.47 26.13 -
YUV 107.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 52 130 136 0.62 0.04 0 0.47 184.29 0.45 0.37
Hex 34 82 88 3E 4 0 2F B8 2D 25
Octal 64 202 210 76 4 0 57 270 55 45
Binary 110100 10000010 10001000 111110 100 0 101111 10111000 101101 100101

Color Harmonies of #348288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348288

Black with #348288

Text Example


Text Example

White with #348288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348288; }

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

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

background-color css

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

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

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

border-color css

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

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

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