Html Css Color HEX #238594 Scooter

📋 copy color: '#238594'

red 35 ◦ green 133 ◦ blue 148

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

Shades of Scooter #238594

Tints of Scooter #238594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 11.08%
G = 42.09%
B = 46.84%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238594 (or 0x238594) is known color: Scooter. HEX triplet: 23, 85 and 94. RGB value is (35,133,148). Sum of RGB (Red+Green+Blue) = 35+133+148=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #238594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238594 is #DC7A6B. Grayscale: #696969. Windows color (decimal): -14449260 or 9733411. OLE color: 9733411.

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

Color convert

RGB 35 133 148 -
CMYK 0.76 0.10 0 0.42
HSL 187.96º 0.62% 0.36% -
HSV(B) 187.96º 0.76% 0.58% -
XYZ 14.43 19.27 30.98 -
YUV 105.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 35 133 148 0.76 0.10 0 0.42 187.96 0.62 0.36
Hex 23 85 94 4C A 0 2A BC 3E 24
Octal 43 205 224 114 12 0 52 274 76 44
Binary 100011 10000101 10010100 1001100 1010 0 101010 10111100 111110 100100

Color Harmonies of #238594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238594

Black with #238594

Text Example


Text Example

White with #238594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238594; }

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

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

background-color css

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

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

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

border-color css

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

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

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