Html Css Color HEX #238778 Elm

📋 copy color: '#238778'

red 35 ◦ green 135 ◦ blue 120

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

Shades of Elm #238778

Tints of Elm #238778

RGB

 RED value IS 35 (14.06% from 255) = 12.07%

 GREEN value IS 135 (53.13% from 255) = 46.55%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 12.07%
G = 46.55%
B = 41.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#238778 (or 0x238778) is known color: Elm. HEX triplet: 23, 87 and 78. RGB value is (35,135,120). Sum of RGB (Red+Green+Blue) = 35+135+120=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #238778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238778 is #DC7887. Grayscale: #676767. Windows color (decimal): -14448776 or 7898915. OLE color: 7898915.

HSL color Cylindrical-coordinate representation of color #238778: hue angle of 171º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238778 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 135 120 -
CMYK 0.74 0 0.11 0.47
HSL 171º 0.59% 0.33% -
HSV(B) 171º 0.74% 0.53% -
XYZ 12.75 19.04 20.77 -
YUV 103.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 35 135 120 0.74 0 0.11 0.47 171 0.59 0.33
Hex 23 87 78 4A 0 B 2F AB 3B 21
Octal 43 207 170 112 0 13 57 253 73 41
Binary 100011 10000111 1111000 1001010 0 1011 101111 10101011 111011 100001

Color Harmonies of #238778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238778

Black with #238778

Text Example


Text Example

White with #238778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238778; }

 p { color: rgb(35,135,120); }

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

background-color css

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

 a { background-color: rgb(35,135,120); }

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

border-color css

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

 span { border-color: rgb(35,135,120); }

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