Html Css Color HEX #238395 Scooter

📋 copy color: '#238395'

red 35 ◦ green 131 ◦ blue 149

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

Shades of Scooter #238395

Tints of Scooter #238395

RGB

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

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

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

R = 11.11%
G = 41.59%
B = 47.3%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238395 (or 0x238395) is known color: Scooter. HEX triplet: 23, 83 and 95. RGB value is (35,131,149). Sum of RGB (Red+Green+Blue) = 35+131+149=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #238395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238395 is #DC7C6A. Grayscale: #686868. Windows color (decimal): -14449771 or 9798435. OLE color: 9798435.

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

Color convert

RGB 35 131 149 -
CMYK 0.77 0.12 0 0.42
HSL 189.47º 0.62% 0.36% -
HSV(B) 189.47º 0.77% 0.58% -
XYZ 14.23 18.76 31.3 -
YUV 104.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 35 131 149 0.77 0.12 0 0.42 189.47 0.62 0.36
Hex 23 83 95 4D C 0 2A BD 3E 24
Octal 43 203 225 115 14 0 52 275 76 44
Binary 100011 10000011 10010101 1001101 1100 0 101010 10111101 111110 100100

Color Harmonies of #238395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238395

Black with #238395

Text Example


Text Example

White with #238395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238395; }

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

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

background-color css

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

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

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

border-color css

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

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

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