Html Css Color HEX #228598 Scooter

📋 copy color: '#228598'

red 34 ◦ green 133 ◦ blue 152

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

Shades of Scooter #228598

Tints of Scooter #228598

RGB

 RED value IS 34 (13.67% from 255) = 10.66%

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 10.66%
G = 41.69%
B = 47.65%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#228598 (or 0x228598) is known color: Scooter. HEX triplet: 22, 85 and 98. RGB value is (34,133,152). Sum of RGB (Red+Green+Blue) = 34+133+152=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #228598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228598 is #DD7A67. Grayscale: #696969. Windows color (decimal): -14514792 or 9995554. OLE color: 9995554.

HSL color Cylindrical-coordinate representation of color #228598: hue angle of 189.66º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228598 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 133 152 -
CMYK 0.78 0.13 0 0.40
HSL 189.66º 0.63% 0.36% -
HSV(B) 189.66º 0.78% 0.6% -
XYZ 14.71 19.38 32.67 -
YUV 105.57 154.2 76.96 -
System Red Green Blue C M Y K H S L
Decimal 34 133 152 0.78 0.13 0 0.40 189.66 0.63 0.36
Hex 22 85 98 4E D 0 28 BE 3F 24
Octal 42 205 230 116 15 0 50 276 77 44
Binary 100010 10000101 10011000 1001110 1101 0 101000 10111110 111111 100100

Color Harmonies of #228598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228598

Black with #228598

Text Example


Text Example

White with #228598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228598; }

 p { color: rgb(34,133,152); }

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

background-color css

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

 a { background-color: rgb(34,133,152); }

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

border-color css

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

 span { border-color: rgb(34,133,152); }

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