Html Css Color HEX #238589 Atoll

📋 copy color: '#238589'

red 35 ◦ green 133 ◦ blue 137

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

Shades of Atoll #238589

Tints of Atoll #238589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 11.48%
G = 43.61%
B = 44.92%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#238589 (or 0x238589) is known color: Atoll. HEX triplet: 23, 85 and 89. RGB value is (35,133,137). Sum of RGB (Red+Green+Blue) = 35+133+137=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #238589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238589 is #DC7A76. Grayscale: #686868. Windows color (decimal): -14449271 or 9012515. OLE color: 9012515.

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

Color convert

RGB 35 133 137 -
CMYK 0.74 0.03 0 0.46
HSL 182.35º 0.59% 0.34% -
HSV(B) 182.35º 0.74% 0.54% -
XYZ 13.6 18.94 26.61 -
YUV 104.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 35 133 137 0.74 0.03 0 0.46 182.35 0.59 0.34
Hex 23 85 89 4A 3 0 2E B6 3B 22
Octal 43 205 211 112 3 0 56 266 73 42
Binary 100011 10000101 10001001 1001010 11 0 101110 10110110 111011 100010

Color Harmonies of #238589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238589

Black with #238589

Text Example


Text Example

White with #238589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238589; }

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

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

background-color css

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

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

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

border-color css

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

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

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