Html Css Color HEX #238398 Scooter

📋 copy color: '#238398'

red 35 ◦ green 131 ◦ blue 152

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

Shades of Scooter #238398

Tints of Scooter #238398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 11.01%
G = 41.19%
B = 47.8%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238398 (or 0x238398) is known color: Scooter. HEX triplet: 23, 83 and 98. RGB value is (35,131,152). Sum of RGB (Red+Green+Blue) = 35+131+152=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #238398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238398 is #DC7C67. Grayscale: #686868. Windows color (decimal): -14449768 or 9995043. OLE color: 9995043.

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

Color convert

RGB 35 131 152 -
CMYK 0.77 0.14 0 0.40
HSL 190.77º 0.63% 0.37% -
HSV(B) 190.77º 0.77% 0.6% -
XYZ 14.48 18.86 32.58 -
YUV 104.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 35 131 152 0.77 0.14 0 0.40 190.77 0.63 0.37
Hex 23 83 98 4D E 0 28 BF 3F 25
Octal 43 203 230 115 16 0 50 277 77 45
Binary 100011 10000011 10011000 1001101 1110 0 101000 10111111 111111 100101

Color Harmonies of #238398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238398

Black with #238398

Text Example


Text Example

White with #238398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238398; }

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

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

background-color css

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

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

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

border-color css

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

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

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