Html Css Color HEX #347B7B Atoll

📋 copy color: '#347B7B'

red 52 ◦ green 123 ◦ blue 123

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

Shades of Atoll #347B7B

Tints of Atoll #347B7B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 17.45%
G = 41.28%
B = 41.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#347B7B (or 0x347B7B) is known color: Atoll. HEX triplet: 34, 7B and 7B. RGB value is (52,123,123). Sum of RGB (Red+Green+Blue) = 52+123+123=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #347B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B7B is #CB8484. Grayscale: #656565. Windows color (decimal): -13337733 or 8092468. OLE color: 8092468.

HSL color Cylindrical-coordinate representation of color #347B7B: hue angle of 180º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B7B is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 123 -
CMYK 0.58 0 0 0.52
HSL 180º 0.41% 0.34% -
HSV(B) 180º 0.58% 0.48% -
XYZ 12.07 16.33 21.25 -
YUV 101.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 52 123 123 0.58 0 0 0.52 180 0.41 0.34
Hex 34 7B 7B 3A 0 0 34 B4 29 22
Octal 64 173 173 72 0 0 64 264 51 42
Binary 110100 1111011 1111011 111010 0 0 110100 10110100 101001 100010

Color Harmonies of #347B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B7B

Black with #347B7B

Text Example


Text Example

White with #347B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B7B; }

 p { color: rgb(52,123,123); }

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

background-color css

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

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

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

border-color css

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

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

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