Html Css Color HEX #238295 Scooter

📋 copy color: '#238295'

red 35 ◦ green 130 ◦ blue 149

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

Shades of Scooter #238295

Tints of Scooter #238295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 11.15%
G = 41.4%
B = 47.45%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238295 (or 0x238295) is known color: Scooter. HEX triplet: 23, 82 and 95. RGB value is (35,130,149). Sum of RGB (Red+Green+Blue) = 35+130+149=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #238295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238295 is #DC7D6A. Grayscale: #676767. Windows color (decimal): -14450027 or 9798179. OLE color: 9798179.

HSL color Cylindrical-coordinate representation of color #238295: hue angle of 190º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238295 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 130 149 -
CMYK 0.77 0.13 0 0.42
HSL 190º 0.62% 0.36% -
HSV(B) 190º 0.77% 0.58% -
XYZ 14.1 18.49 31.26 -
YUV 103.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 35 130 149 0.77 0.13 0 0.42 190 0.62 0.36
Hex 23 82 95 4D D 0 2A BE 3E 24
Octal 43 202 225 115 15 0 52 276 76 44
Binary 100011 10000010 10010101 1001101 1101 0 101010 10111110 111110 100100

Color Harmonies of #238295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238295

Black with #238295

Text Example


Text Example

White with #238295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238295; }

 p { color: rgb(35,130,149); }

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

background-color css

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

 a { background-color: rgb(35,130,149); }

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

border-color css

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

 span { border-color: rgb(35,130,149); }

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