Html Css Color HEX #268290 Scooter

📋 copy color: '#268290'

red 38 ◦ green 130 ◦ blue 144

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

Shades of Scooter #268290

Tints of Scooter #268290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 12.18%
G = 41.67%
B = 46.15%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#268290 (or 0x268290) is known color: Scooter. HEX triplet: 26, 82 and 90. RGB value is (38,130,144). Sum of RGB (Red+Green+Blue) = 38+130+144=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #268290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268290 is #D97D6F. Grayscale: #676767. Windows color (decimal): -14253424 or 9470502. OLE color: 9470502.

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

Color convert

RGB 38 130 144 -
CMYK 0.74 0.10 0 0.44
HSL 187.92º 0.58% 0.36% -
HSV(B) 187.92º 0.74% 0.56% -
XYZ 13.82 18.39 29.21 -
YUV 104.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 38 130 144 0.74 0.10 0 0.44 187.92 0.58 0.36
Hex 26 82 90 4A A 0 2C BC 3A 24
Octal 46 202 220 112 12 0 54 274 72 44
Binary 100110 10000010 10010000 1001010 1010 0 101100 10111100 111010 100100

Color Harmonies of #268290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268290

Black with #268290

Text Example


Text Example

White with #268290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268290; }

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

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

background-color css

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

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

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

border-color css

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

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

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