Html Css Color HEX #238998 Scooter

📋 copy color: '#238998'

red 35 ◦ green 137 ◦ blue 152

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

Shades of Scooter #238998

Tints of Scooter #238998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 10.8%
G = 42.28%
B = 46.91%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238998 (or 0x238998) is known color: Scooter. HEX triplet: 23, 89 and 98. RGB value is (35,137,152). Sum of RGB (Red+Green+Blue) = 35+137+152=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #238998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238998 is #DC7667. Grayscale: #6C6C6C. Windows color (decimal): -14448232 or 9996579. OLE color: 9996579.

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

Color convert

RGB 35 137 152 -
CMYK 0.77 0.10 0 0.40
HSL 187.69º 0.63% 0.37% -
HSV(B) 187.69º 0.77% 0.6% -
XYZ 15.31 20.52 32.86 -
YUV 108.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 35 137 152 0.77 0.10 0 0.40 187.69 0.63 0.37
Hex 23 89 98 4D A 0 28 BC 3F 25
Octal 43 211 230 115 12 0 50 274 77 45
Binary 100011 10001001 10011000 1001101 1010 0 101000 10111100 111111 100101

Color Harmonies of #238998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238998

Black with #238998

Text Example


Text Example

White with #238998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238998; }

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

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

background-color css

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

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

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

border-color css

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

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

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