Html Css Color HEX #267C99 Scooter

📋 copy color: '#267C99'

red 38 ◦ green 124 ◦ blue 153

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

Shades of Scooter #267C99

Tints of Scooter #267C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 12.06%
G = 39.37%
B = 48.57%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#267C99 (or 0x267C99) is known color: Scooter. HEX triplet: 26, 7C and 99. RGB value is (38,124,153). Sum of RGB (Red+Green+Blue) = 38+124+153=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #267C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C99 is #D98366. Grayscale: #656565. Windows color (decimal): -14254951 or 10058790. OLE color: 10058790.

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

Color convert

RGB 38 124 153 -
CMYK 0.75 0.19 0 0.4
HSL 195.13º 0.6% 0.37% -
HSV(B) 195.13º 0.75% 0.6% -
XYZ 13.76 17.13 32.72 -
YUV 101.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 38 124 153 0.75 0.19 0 0.4 195.13 0.6 0.37
Hex 26 7C 99 4B 13 0 28 C3 3C 25
Octal 46 174 231 113 23 0 50 303 74 45
Binary 100110 1111100 10011001 1001011 10011 0 101000 11000011 111100 100101

Color Harmonies of #267C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C99

Black with #267C99

Text Example


Text Example

White with #267C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,124,153); }

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

background-color css

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

 a { background-color: rgb(38,124,153); }

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

border-color css

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

 span { border-color: rgb(38,124,153); }

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