Html Css Color HEX #265776 Orient

📋 copy color: '#265776'

red 38 ◦ green 87 ◦ blue 118

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

Shades of Orient #265776

Tints of Orient #265776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

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

R = 15.64%
G = 35.8%
B = 48.56%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265776 (or 0x265776) is known color: Orient. HEX triplet: 26, 57 and 76. RGB value is (38,87,118). Sum of RGB (Red+Green+Blue) = 38+87+118=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #265776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265776 is #D9A889. Grayscale: #4B4B4B. Windows color (decimal): -14264458 or 7755558. OLE color: 7755558.

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

Color convert

RGB 38 87 118 -
CMYK 0.68 0.26 0 0.54
HSL 203.25º 0.51% 0.31% -
HSV(B) 203.25º 0.68% 0.46% -
XYZ 7.48 8.54 18.39 -
YUV 75.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 38 87 118 0.68 0.26 0 0.54 203.25 0.51 0.31
Hex 26 57 76 44 1A 0 36 CB 33 1F
Octal 46 127 166 104 32 0 66 313 63 37
Binary 100110 1010111 1110110 1000100 11010 0 110110 11001011 110011 11111

Color Harmonies of #265776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265776

Black with #265776

Text Example


Text Example

White with #265776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265776; }

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

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

background-color css

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

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

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

border-color css

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

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

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