Html Css Color HEX #347A7B Atoll

📋 copy color: '#347A7B'

red 52 ◦ green 122 ◦ blue 123

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

Shades of Atoll #347A7B

Tints of Atoll #347A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 17.51%
G = 41.08%
B = 41.41%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#347A7B (or 0x347A7B) is known color: Atoll. HEX triplet: 34, 7A and 7B. RGB value is (52,122,123). Sum of RGB (Red+Green+Blue) = 52+122+123=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #347A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A7B is #CB8584. Grayscale: #656565. Windows color (decimal): -13337989 or 8092212. OLE color: 8092212.

HSL color Cylindrical-coordinate representation of color #347A7B: hue angle of 180.85º 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 #347A7B is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 122 123 -
CMYK 0.58 0.01 0 0.52
HSL 180.85º 0.41% 0.34% -
HSV(B) 180.85º 0.58% 0.48% -
XYZ 11.95 16.08 21.21 -
YUV 101.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 52 122 123 0.58 0.01 0 0.52 180.85 0.41 0.34
Hex 34 7A 7B 3A 1 0 34 B5 29 22
Octal 64 172 173 72 1 0 64 265 51 42
Binary 110100 1111010 1111011 111010 1 0 110100 10110101 101001 100010

Color Harmonies of #347A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A7B

Black with #347A7B

Text Example


Text Example

White with #347A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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