Html Css Color HEX #238599 Scooter

📋 copy color: '#238599'

red 35 ◦ green 133 ◦ blue 153

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

Shades of Scooter #238599

Tints of Scooter #238599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 10.9%
G = 41.43%
B = 47.66%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#238599 (or 0x238599) is known color: Scooter. HEX triplet: 23, 85 and 99. RGB value is (35,133,153). Sum of RGB (Red+Green+Blue) = 35+133+153=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #238599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238599 is #DC7A66. Grayscale: #696969. Windows color (decimal): -14449255 or 10061091. OLE color: 10061091.

HSL color Cylindrical-coordinate representation of color #238599: hue angle of 190.17º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238599 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 133 153 -
CMYK 0.77 0.13 0 0.4
HSL 190.17º 0.63% 0.37% -
HSV(B) 190.17º 0.77% 0.6% -
XYZ 14.83 19.43 33.11 -
YUV 105.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 35 133 153 0.77 0.13 0 0.4 190.17 0.63 0.37
Hex 23 85 99 4D D 0 28 BE 3F 25
Octal 43 205 231 115 15 0 50 276 77 45
Binary 100011 10000101 10011001 1001101 1101 0 101000 10111110 111111 100101

Color Harmonies of #238599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238599

Black with #238599

Text Example


Text Example

White with #238599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238599; }

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

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

background-color css

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

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

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

border-color css

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

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

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