Html Css Color HEX #265876 Orient

📋 copy color: '#265876'

red 38 ◦ green 88 ◦ blue 118

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

Shades of Orient #265876

Tints of Orient #265876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 15.57%
G = 36.07%
B = 48.36%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265876 (or 0x265876) is known color: Orient. HEX triplet: 26, 58 and 76. RGB value is (38,88,118). Sum of RGB (Red+Green+Blue) = 38+88+118=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #265876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265876 is #D9A789. Grayscale: #4C4C4C. Windows color (decimal): -14264202 or 7755814. OLE color: 7755814.

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

Color convert

RGB 38 88 118 -
CMYK 0.68 0.25 0 0.54
HSL 202.5º 0.51% 0.31% -
HSV(B) 202.5º 0.68% 0.46% -
XYZ 7.56 8.7 18.42 -
YUV 76.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 38 88 118 0.68 0.25 0 0.54 202.5 0.51 0.31
Hex 26 58 76 44 19 0 36 CA 33 1F
Octal 46 130 166 104 31 0 66 312 63 37
Binary 100110 1011000 1110110 1000100 11001 0 110110 11001010 110011 11111

Color Harmonies of #265876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265876

Black with #265876

Text Example


Text Example

White with #265876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265876; }

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

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

background-color css

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

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

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

border-color css

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

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

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