Html Css Color HEX #238596 Scooter

📋 copy color: '#238596'

red 35 ◦ green 133 ◦ blue 150

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

Shades of Scooter #238596

Tints of Scooter #238596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.17%

R = 11.01%
G = 41.82%
B = 47.17%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#238596 (or 0x238596) is known color: Scooter. HEX triplet: 23, 85 and 96. RGB value is (35,133,150). Sum of RGB (Red+Green+Blue) = 35+133+150=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #238596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238596 is #DC7A69. Grayscale: #696969. Windows color (decimal): -14449258 or 9864483. OLE color: 9864483.

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

Color convert

RGB 35 133 150 -
CMYK 0.77 0.11 0 0.41
HSL 188.87º 0.62% 0.36% -
HSV(B) 188.87º 0.77% 0.59% -
XYZ 14.59 19.33 31.82 -
YUV 105.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 35 133 150 0.77 0.11 0 0.41 188.87 0.62 0.36
Hex 23 85 96 4D B 0 29 BD 3E 24
Octal 43 205 226 115 13 0 51 275 76 44
Binary 100011 10000101 10010110 1001101 1011 0 101001 10111101 111110 100100

Color Harmonies of #238596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238596

Black with #238596

Text Example


Text Example

White with #238596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238596; }

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

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

background-color css

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

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

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

border-color css

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

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

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