Html Css Color HEX #348283 Atoll

📋 copy color: '#348283'

red 52 ◦ green 130 ◦ blue 131

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

Shades of Atoll #348283

Tints of Atoll #348283

RGB

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 52 130 131 -
CMYK 0.60 0.01 0 0.49
HSL 180.76º 0.43% 0.36% -
HSV(B) 180.76º 0.6% 0.51% -
XYZ 13.5 18.33 24.3 -
YUV 106.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 52 130 131 0.60 0.01 0 0.49 180.76 0.43 0.36
Hex 34 82 83 3C 1 0 31 B5 2B 24
Octal 64 202 203 74 1 0 61 265 53 44
Binary 110100 10000010 10000011 111100 1 0 110001 10110101 101011 100100

Color Harmonies of #348283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348283

Black with #348283

Text Example


Text Example

White with #348283

Text Example


Text Example

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