Html Css Color HEX #238688 Atoll

📋 copy color: '#238688'

red 35 ◦ green 134 ◦ blue 136

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

Shades of Atoll #238688

Tints of Atoll #238688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 11.48%
G = 43.93%
B = 44.59%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#238688 (or 0x238688) is known color: Atoll. HEX triplet: 23, 86 and 88. RGB value is (35,134,136). Sum of RGB (Red+Green+Blue) = 35+134+136=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #238688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238688 is #DC7977. Grayscale: #686868. Windows color (decimal): -14449016 or 8947235. OLE color: 8947235.

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

Color convert

RGB 35 134 136 -
CMYK 0.74 0.01 0 0.47
HSL 181.19º 0.59% 0.34% -
HSV(B) 181.19º 0.74% 0.53% -
XYZ 13.66 19.19 26.28 -
YUV 104.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 35 134 136 0.74 0.01 0 0.47 181.19 0.59 0.34
Hex 23 86 88 4A 1 0 2F B5 3B 22
Octal 43 206 210 112 1 0 57 265 73 42
Binary 100011 10000110 10001000 1001010 1 0 101111 10110101 111011 100010

Color Harmonies of #238688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238688

Black with #238688

Text Example


Text Example

White with #238688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238688; }

 p { color: rgb(35,134,136); }

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

background-color css

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

 a { background-color: rgb(35,134,136); }

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

border-color css

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

 span { border-color: rgb(35,134,136); }

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