Html Css Color HEX #266380 Orient

📋 copy color: '#266380'

red 38 ◦ green 99 ◦ blue 128

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

Shades of Orient #266380

Tints of Orient #266380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 14.34%
G = 37.36%
B = 48.3%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#266380 (or 0x266380) is known color: Orient. HEX triplet: 26, 63 and 80. RGB value is (38,99,128). Sum of RGB (Red+Green+Blue) = 38+99+128=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #266380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266380 is #D99C7F. Grayscale: #535353. Windows color (decimal): -14261376 or 8413990. OLE color: 8413990.

HSL color Cylindrical-coordinate representation of color #266380: hue angle of 199.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266380 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 99 128 -
CMYK 0.70 0.23 0 0.50
HSL 199.33º 0.54% 0.33% -
HSV(B) 199.33º 0.7% 0.5% -
XYZ 9.16 10.89 22.04 -
YUV 84.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 38 99 128 0.70 0.23 0 0.50 199.33 0.54 0.33
Hex 26 63 80 46 17 0 32 C7 36 21
Octal 46 143 200 106 27 0 62 307 66 41
Binary 100110 1100011 10000000 1000110 10111 0 110010 11000111 110110 100001

Color Harmonies of #266380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266380

Black with #266380

Text Example


Text Example

White with #266380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266380; }

 p { color: rgb(38,99,128); }

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

background-color css

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

 a { background-color: rgb(38,99,128); }

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

border-color css

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

 span { border-color: rgb(38,99,128); }

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