Html Css Color HEX #266376 Orient

📋 copy color: '#266376'

red 38 ◦ green 99 ◦ blue 118

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

Shades of Orient #266376

Tints of Orient #266376

RGB

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

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

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

R = 14.9%
G = 38.82%
B = 46.27%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#266376 (or 0x266376) is known color: Orient. HEX triplet: 26, 63 and 76. RGB value is (38,99,118). Sum of RGB (Red+Green+Blue) = 38+99+118=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #266376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266376 is #D99C89. Grayscale: #525252. Windows color (decimal): -14261386 or 7758630. OLE color: 7758630.

HSL color Cylindrical-coordinate representation of color #266376: hue angle of 194.25º 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 #266376 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 99 118 -
CMYK 0.68 0.16 0 0.54
HSL 194.25º 0.51% 0.31% -
HSV(B) 194.25º 0.68% 0.46% -
XYZ 8.53 10.64 18.74 -
YUV 82.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 38 99 118 0.68 0.16 0 0.54 194.25 0.51 0.31
Hex 26 63 76 44 10 0 36 C2 33 1F
Octal 46 143 166 104 20 0 66 302 63 37
Binary 100110 1100011 1110110 1000100 10000 0 110110 11000010 110011 11111

Color Harmonies of #266376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266376

Black with #266376

Text Example


Text Example

White with #266376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266376; }

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

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

background-color css

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

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

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

border-color css

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

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

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