Html Css Color HEX #238595 Scooter

📋 copy color: '#238595'

red 35 ◦ green 133 ◦ blue 149

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

Shades of Scooter #238595

Tints of Scooter #238595

RGB

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

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

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

R = 11.04%
G = 41.96%
B = 47%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238595 (or 0x238595) is known color: Scooter. HEX triplet: 23, 85 and 95. RGB value is (35,133,149). Sum of RGB (Red+Green+Blue) = 35+133+149=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #238595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238595 is #DC7A6A. Grayscale: #696969. Windows color (decimal): -14449259 or 9798947. OLE color: 9798947.

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

Color convert

RGB 35 133 149 -
CMYK 0.77 0.11 0 0.42
HSL 188.42º 0.62% 0.36% -
HSV(B) 188.42º 0.77% 0.58% -
XYZ 14.51 19.3 31.39 -
YUV 105.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 35 133 149 0.77 0.11 0 0.42 188.42 0.62 0.36
Hex 23 85 95 4D B 0 2A BC 3E 24
Octal 43 205 225 115 13 0 52 274 76 44
Binary 100011 10000101 10010101 1001101 1011 0 101010 10111100 111110 100100

Color Harmonies of #238595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238595

Black with #238595

Text Example


Text Example

White with #238595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238595; }

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

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

background-color css

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

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

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

border-color css

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

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

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