Html Css Color HEX #238598 Scooter

📋 copy color: '#238598'

red 35 ◦ green 133 ◦ blue 152

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

Shades of Scooter #238598

Tints of Scooter #238598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 10.94%
G = 41.56%
B = 47.5%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238598 (or 0x238598) is known color: Scooter. HEX triplet: 23, 85 and 98. RGB value is (35,133,152). Sum of RGB (Red+Green+Blue) = 35+133+152=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #238598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238598 is #DC7A67. Grayscale: #696969. Windows color (decimal): -14449256 or 9995555. OLE color: 9995555.

HSL color Cylindrical-coordinate representation of color #238598: hue angle of 189.74º 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 #238598 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 133 152 -
CMYK 0.77 0.13 0 0.40
HSL 189.74º 0.63% 0.37% -
HSV(B) 189.74º 0.77% 0.6% -
XYZ 14.75 19.4 32.67 -
YUV 105.86 154.03 77.46 -
System Red Green Blue C M Y K H S L
Decimal 35 133 152 0.77 0.13 0 0.40 189.74 0.63 0.37
Hex 23 85 98 4D D 0 28 BE 3F 25
Octal 43 205 230 115 15 0 50 276 77 45
Binary 100011 10000101 10011000 1001101 1101 0 101000 10111110 111111 100101

Color Harmonies of #238598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238598

Black with #238598

Text Example


Text Example

White with #238598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238598; }

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

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

background-color css

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

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

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

border-color css

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

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

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