Html Css Color HEX #267D90 Scooter

📋 copy color: '#267D90'

red 38 ◦ green 125 ◦ blue 144

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

Shades of Scooter #267D90

Tints of Scooter #267D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.72%

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

R = 12.38%
G = 40.72%
B = 46.91%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#267D90 (or 0x267D90) is known color: Scooter. HEX triplet: 26, 7D and 90. RGB value is (38,125,144). Sum of RGB (Red+Green+Blue) = 38+125+144=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #267D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D90 is #D9826F. Grayscale: #646464. Windows color (decimal): -14254704 or 9469222. OLE color: 9469222.

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

Color convert

RGB 38 125 144 -
CMYK 0.74 0.13 0 0.44
HSL 190.75º 0.58% 0.36% -
HSV(B) 190.75º 0.74% 0.56% -
XYZ 13.17 17.09 28.99 -
YUV 101.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 38 125 144 0.74 0.13 0 0.44 190.75 0.58 0.36
Hex 26 7D 90 4A D 0 2C BF 3A 24
Octal 46 175 220 112 15 0 54 277 72 44
Binary 100110 1111101 10010000 1001010 1101 0 101100 10111111 111010 100100

Color Harmonies of #267D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D90

Black with #267D90

Text Example


Text Example

White with #267D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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