Html Css Color HEX #268895 Scooter

📋 copy color: '#268895'

red 38 ◦ green 136 ◦ blue 149

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

Shades of Scooter #268895

Tints of Scooter #268895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

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

R = 11.76%
G = 42.11%
B = 46.13%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#268895 (or 0x268895) is known color: Scooter. HEX triplet: 26, 88 and 95. RGB value is (38,136,149). Sum of RGB (Red+Green+Blue) = 38+136+149=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #268895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268895 is #D9776A. Grayscale: #6C6C6C. Windows color (decimal): -14251883 or 9799718. OLE color: 9799718.

HSL color Cylindrical-coordinate representation of color #268895: hue angle of 187.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268895 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 136 149 -
CMYK 0.74 0.09 0 0.42
HSL 187.03º 0.59% 0.37% -
HSV(B) 187.03º 0.74% 0.58% -
XYZ 15.03 20.19 31.54 -
YUV 108.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 38 136 149 0.74 0.09 0 0.42 187.03 0.59 0.37
Hex 26 88 95 4A 9 0 2A BB 3B 25
Octal 46 210 225 112 11 0 52 273 73 45
Binary 100110 10001000 10010101 1001010 1001 0 101010 10111011 111011 100101

Color Harmonies of #268895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268895

Black with #268895

Text Example


Text Example

White with #268895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268895; }

 p { color: rgb(38,136,149); }

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

background-color css

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

 a { background-color: rgb(38,136,149); }

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

border-color css

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

 span { border-color: rgb(38,136,149); }

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