Html Css Color HEX #348A7D Elm

📋 copy color: '#348A7D'

red 52 ◦ green 138 ◦ blue 125

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

Shades of Elm #348A7D

Tints of Elm #348A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 16.51%
G = 43.81%
B = 39.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#348A7D (or 0x348A7D) is known color: Elm. HEX triplet: 34, 8A and 7D. RGB value is (52,138,125). Sum of RGB (Red+Green+Blue) = 52+138+125=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #348A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A7D is #CB7582. Grayscale: #6E6E6E. Windows color (decimal): -13333891 or 8227380. OLE color: 8227380.

HSL color Cylindrical-coordinate representation of color #348A7D: hue angle of 170.93º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A7D is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 125 -
CMYK 0.62 0 0.09 0.46
HSL 170.93º 0.45% 0.37% -
HSV(B) 170.93º 0.62% 0.54% -
XYZ 14.21 20.39 22.59 -
YUV 110.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 52 138 125 0.62 0 0.09 0.46 170.93 0.45 0.37
Hex 34 8A 7D 3E 0 9 2E AB 2D 25
Octal 64 212 175 76 0 11 56 253 55 45
Binary 110100 10001010 1111101 111110 0 1001 101110 10101011 101101 100101

Color Harmonies of #348A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A7D

Black with #348A7D

Text Example


Text Example

White with #348A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A7D; }

 p { color: rgb(52,138,125); }

 H1.HeaderClassName
 {
   color: #348A7D;
 }
 .AnyTagClassName
 {
   color: #348A7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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