Html Css Color HEX #238587 Atoll

📋 copy color: '#238587'

red 35 ◦ green 133 ◦ blue 135

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

Shades of Atoll #238587

Tints of Atoll #238587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 11.55%
G = 43.89%
B = 44.55%

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

#238587 (or 0x238587) is known color: Atoll. HEX triplet: 23, 85 and 87. RGB value is (35,133,135). Sum of RGB (Red+Green+Blue) = 35+133+135=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #238587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238587 is #DC7A78. Grayscale: #676767. Windows color (decimal): -14449273 or 8881443. OLE color: 8881443.

HSL color Cylindrical-coordinate representation of color #238587: hue angle of 181.2º 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 #238587 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 133 135 -
CMYK 0.74 0.01 0 0.47
HSL 181.2º 0.59% 0.33% -
HSV(B) 181.2º 0.74% 0.53% -
XYZ 13.45 18.88 25.86 -
YUV 103.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 35 133 135 0.74 0.01 0 0.47 181.2 0.59 0.33
Hex 23 85 87 4A 1 0 2F B5 3B 21
Octal 43 205 207 112 1 0 57 265 73 41
Binary 100011 10000101 10000111 1001010 1 0 101111 10110101 111011 100001

Color Harmonies of #238587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238587

Black with #238587

Text Example


Text Example

White with #238587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238587; }

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

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

background-color css

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

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

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

border-color css

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

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

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