Html Css Color HEX #268299 Scooter

📋 copy color: '#268299'

red 38 ◦ green 130 ◦ blue 153

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

Shades of Scooter #268299

Tints of Scooter #268299

RGB

 RED value IS 38 (15.23% from 255) = 11.84%

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 11.84%
G = 40.5%
B = 47.66%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#268299 (or 0x268299) is known color: Scooter. HEX triplet: 26, 82 and 99. RGB value is (38,130,153). Sum of RGB (Red+Green+Blue) = 38+130+153=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #268299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268299 is #D97D66. Grayscale: #686868. Windows color (decimal): -14253415 or 10060326. OLE color: 10060326.

HSL color Cylindrical-coordinate representation of color #268299: hue angle of 192º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268299 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 130 153 -
CMYK 0.75 0.15 0 0.4
HSL 192º 0.6% 0.37% -
HSV(B) 192º 0.75% 0.6% -
XYZ 14.53 18.68 32.98 -
YUV 105.11 155.02 80.13 -
System Red Green Blue C M Y K H S L
Decimal 38 130 153 0.75 0.15 0 0.4 192 0.6 0.37
Hex 26 82 99 4B F 0 28 C0 3C 25
Octal 46 202 231 113 17 0 50 300 74 45
Binary 100110 10000010 10011001 1001011 1111 0 101000 11000000 111100 100101

Color Harmonies of #268299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268299

Black with #268299

Text Example


Text Example

White with #268299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268299; }

 p { color: rgb(38,130,153); }

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

background-color css

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

 a { background-color: rgb(38,130,153); }

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

border-color css

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

 span { border-color: rgb(38,130,153); }

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