Html Css Color HEX #268390 Scooter

📋 copy color: '#268390'

red 38 ◦ green 131 ◦ blue 144

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

Shades of Scooter #268390

Tints of Scooter #268390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 12.14%
G = 41.85%
B = 46.01%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#268390 (or 0x268390) is known color: Scooter. HEX triplet: 26, 83 and 90. RGB value is (38,131,144). Sum of RGB (Red+Green+Blue) = 38+131+144=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #268390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268390 is #D97C6F. Grayscale: #686868. Windows color (decimal): -14253168 or 9470758. OLE color: 9470758.

HSL color Cylindrical-coordinate representation of color #268390: hue angle of 187.36º 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 #268390 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 131 144 -
CMYK 0.74 0.09 0 0.44
HSL 187.36º 0.58% 0.36% -
HSV(B) 187.36º 0.74% 0.56% -
XYZ 13.95 18.66 29.25 -
YUV 104.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 38 131 144 0.74 0.09 0 0.44 187.36 0.58 0.36
Hex 26 83 90 4A 9 0 2C BB 3A 24
Octal 46 203 220 112 11 0 54 273 72 44
Binary 100110 10000011 10010000 1001010 1001 0 101100 10111011 111010 100100

Color Harmonies of #268390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268390

Black with #268390

Text Example


Text Example

White with #268390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268390; }

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

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

background-color css

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

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

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

border-color css

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

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

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