#348283

Color #348283 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #348283

Tints of Atoll #348283

Color information

#348283 (or 0x348283) is unknown color: approx Atoll. HEX triplet: 34, 82 and 83. RGB value is (52,130,131). Sum of RGB (Red+Green+Blue) = 52+130+131=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #348283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348283 is #CB7D7C. Grayscale: #6A6A6A. Windows color (decimal): -13335933 or 8618548. OLE color: 8618548.

HSL color Cylindrical-coordinate representation of color #348283: hue angle of 180.76º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348283 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52130131-
CMYK0.600.0100.49
HSL180.76º43.17%35.88%-
HSV(B)180.76º60.31%51.37%-
XYZ13.518.3324.3-
YUV106.79141.6688.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=16.61%
G=41.53%
B=41.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521301310.600.0100.49180.7643.1735.88
Hex3482833C1031b52b24
Octal642022037410612655344
Binary11010010000010100000111111001011000110110101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348283; }

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

 H1.HeaderClassName
 {
   color: #348283;
 }
 .AnyTagClassName
 {
   color: #348283;
 }
</style>
background-color css

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

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

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

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

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

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