Html Css Color HEX #348085 Atoll

📋 copy color: '#348085'

red 52 ◦ green 128 ◦ blue 133

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

Shades of Atoll #348085

Tints of Atoll #348085

RGB

 RED value IS 52 (20.7% 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 value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#348085 (or 0x348085) is known color: 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

RGB 52 128 133 -
CMYK 0.61 0.04 0 0.48
HSL 183.7º 0.44% 0.36% -
HSV(B) 183.7º 0.61% 0.52% -
XYZ 13.37 17.86 24.93 -
YUV 105.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 52 128 133 0.61 0.04 0 0.48 183.7 0.44 0.36
Hex 34 80 85 3D 4 0 30 B8 2C 24
Octal 64 200 205 75 4 0 60 270 54 44
Binary 110100 10000000 10000101 111101 100 0 110000 10111000 101100 100100

Color Harmonies of #348085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348085

Black with #348085

Text Example


Text Example

White with #348085

Text Example


Text Example

HTML Codes & Css Web 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>