Html Css Color HEX #268596 Scooter

📋 copy color: '#268596'

red 38 ◦ green 133 ◦ blue 150

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

Shades of Scooter #268596

Tints of Scooter #268596

RGB

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

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

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

R = 11.84%
G = 41.43%
B = 46.73%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#268596 (or 0x268596) is known color: Scooter. HEX triplet: 26, 85 and 96. RGB value is (38,133,150). Sum of RGB (Red+Green+Blue) = 38+133+150=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #268596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268596 is #D97A69. Grayscale: #6A6A6A. Windows color (decimal): -14252650 or 9864486. OLE color: 9864486.

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

Color convert

RGB 38 133 150 -
CMYK 0.75 0.11 0 0.41
HSL 189.11º 0.6% 0.37% -
HSV(B) 189.11º 0.75% 0.59% -
XYZ 14.69 19.39 31.82 -
YUV 106.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 38 133 150 0.75 0.11 0 0.41 189.11 0.6 0.37
Hex 26 85 96 4B B 0 29 BD 3C 25
Octal 46 205 226 113 13 0 51 275 74 45
Binary 100110 10000101 10010110 1001011 1011 0 101001 10111101 111100 100101

Color Harmonies of #268596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268596

Black with #268596

Text Example


Text Example

White with #268596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268596; }

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

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

background-color css

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

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

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

border-color css

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

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

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