Html Css Color HEX #267E95 Scooter

📋 copy color: '#267E95'

red 38 ◦ green 126 ◦ blue 149

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

Shades of Scooter #267E95

Tints of Scooter #267E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 12.14%
G = 40.26%
B = 47.6%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267E95 (or 0x267E95) is known color: Scooter. HEX triplet: 26, 7E and 95. RGB value is (38,126,149). Sum of RGB (Red+Green+Blue) = 38+126+149=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #267E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E95 is #D9816A. Grayscale: #666666. Windows color (decimal): -14254443 or 9797158. OLE color: 9797158.

HSL color Cylindrical-coordinate representation of color #267E95: hue angle of 192.43º 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 #267E95 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 126 149 -
CMYK 0.74 0.15 0 0.42
HSL 192.43º 0.59% 0.37% -
HSV(B) 192.43º 0.74% 0.58% -
XYZ 13.69 17.5 31.09 -
YUV 102.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 38 126 149 0.74 0.15 0 0.42 192.43 0.59 0.37
Hex 26 7E 95 4A F 0 2A C0 3B 25
Octal 46 176 225 112 17 0 52 300 73 45
Binary 100110 1111110 10010101 1001010 1111 0 101010 11000000 111011 100101

Color Harmonies of #267E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267E95

Black with #267E95

Text Example


Text Example

White with #267E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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