Html Css Color HEX #266176 Orient

📋 copy color: '#266176'

red 38 ◦ green 97 ◦ blue 118

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

Shades of Orient #266176

Tints of Orient #266176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 15.02%
G = 38.34%
B = 46.64%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#266176 (or 0x266176) is known color: Orient. HEX triplet: 26, 61 and 76. RGB value is (38,97,118). Sum of RGB (Red+Green+Blue) = 38+97+118=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #266176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266176 is #D99E89. Grayscale: #515151. Windows color (decimal): -14261898 or 7758118. OLE color: 7758118.

HSL color Cylindrical-coordinate representation of color #266176: hue angle of 195.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266176 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 97 118 -
CMYK 0.68 0.18 0 0.54
HSL 195.75º 0.51% 0.31% -
HSV(B) 195.75º 0.68% 0.46% -
XYZ 8.34 10.27 18.68 -
YUV 81.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 38 97 118 0.68 0.18 0 0.54 195.75 0.51 0.31
Hex 26 61 76 44 12 0 36 C4 33 1F
Octal 46 141 166 104 22 0 66 304 63 37
Binary 100110 1100001 1110110 1000100 10010 0 110110 11000100 110011 11111

Color Harmonies of #266176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266176

Black with #266176

Text Example


Text Example

White with #266176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266176; }

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

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

background-color css

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

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

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

border-color css

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

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

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