Html Css Color HEX #266377 Orient

📋 copy color: '#266377'

red 38 ◦ green 99 ◦ blue 119

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

Shades of Orient #266377

Tints of Orient #266377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 14.84%
G = 38.67%
B = 46.48%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#266377 (or 0x266377) is known color: Orient. HEX triplet: 26, 63 and 77. RGB value is (38,99,119). Sum of RGB (Red+Green+Blue) = 38+99+119=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #266377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266377 is #D99C88. Grayscale: #525252. Windows color (decimal): -14261385 or 7824166. OLE color: 7824166.

HSL color Cylindrical-coordinate representation of color #266377: hue angle of 194.81º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266377 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 99 119 -
CMYK 0.68 0.17 0 0.53
HSL 194.81º 0.52% 0.31% -
HSV(B) 194.81º 0.68% 0.47% -
XYZ 8.59 10.67 19.06 -
YUV 83.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 38 99 119 0.68 0.17 0 0.53 194.81 0.52 0.31
Hex 26 63 77 44 11 0 35 C3 34 1F
Octal 46 143 167 104 21 0 65 303 64 37
Binary 100110 1100011 1110111 1000100 10001 0 110101 11000011 110100 11111

Color Harmonies of #266377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266377

Black with #266377

Text Example


Text Example

White with #266377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266377; }

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

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

background-color css

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

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

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

border-color css

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

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

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