Html Css Color HEX #266171 Orient

📋 copy color: '#266171'

red 38 ◦ green 97 ◦ blue 113

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

Shades of Orient #266171

Tints of Orient #266171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 15.32%
G = 39.11%
B = 45.56%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#266171 (or 0x266171) is known color: Orient. HEX triplet: 26, 61 and 71. RGB value is (38,97,113). Sum of RGB (Red+Green+Blue) = 38+97+113=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #266171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266171 is #D99E8E. Grayscale: #515151. Windows color (decimal): -14261903 or 7430438. OLE color: 7430438.

HSL color Cylindrical-coordinate representation of color #266171: hue angle of 192.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266171 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 97 113 -
CMYK 0.66 0.14 0 0.56
HSL 192.8º 0.5% 0.3% -
HSV(B) 192.8º 0.66% 0.44% -
XYZ 8.05 10.15 17.16 -
YUV 81.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 38 97 113 0.66 0.14 0 0.56 192.8 0.5 0.3
Hex 26 61 71 42 E 0 38 C1 32 1E
Octal 46 141 161 102 16 0 70 301 62 36
Binary 100110 1100001 1110001 1000010 1110 0 111000 11000001 110010 11110

Color Harmonies of #266171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266171

Black with #266171

Text Example


Text Example

White with #266171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266171; }

 p { color: rgb(38,97,113); }

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

background-color css

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

 a { background-color: rgb(38,97,113); }

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

border-color css

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

 span { border-color: rgb(38,97,113); }

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