#348085

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

Shades of Atoll #348085

Tints of Atoll #348085

Color information

#348085 (or 0x348085) is unknown color: approx Atoll. HEX triplet: 34, 80 and 85. RGB value is (52,128,133). Sum of RGB (Red+Green+Blue) = 52+128+133=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #348085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348085 is #CB7F7A. Grayscale: #696969. Windows color (decimal): -13336443 or 8749108. OLE color: 8749108.

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

Color convert

RGB52128133-
CMYK0.610.0400.48
HSL183.7º43.78%36.27%-
HSV(B)183.7º60.9%52.16%-
XYZ13.3717.8624.93-
YUV105.85143.3289.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=16.61%
G=40.89%
B=42.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521281330.610.0400.48183.743.7836.27
Hex3480853D4030b82c24
Octal642002057540602705444
Binary1101001000000010000101111101100011000010111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348085; }

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

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

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

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

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

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

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

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