Html Css Color HEX #265F76 Orient

📋 copy color: '#265F76'

red 38 ◦ green 95 ◦ blue 118

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

Shades of Orient #265F76

Tints of Orient #265F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.85%

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

R = 15.14%
G = 37.85%
B = 47.01%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265F76 (or 0x265F76) is known color: Orient. HEX triplet: 26, 5F and 76. RGB value is (38,95,118). Sum of RGB (Red+Green+Blue) = 38+95+118=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #265F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F76 is #D9A089. Grayscale: #505050. Windows color (decimal): -14262410 or 7757606. OLE color: 7757606.

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

Color convert

RGB 38 95 118 -
CMYK 0.68 0.19 0 0.54
HSL 197.25º 0.51% 0.31% -
HSV(B) 197.25º 0.68% 0.46% -
XYZ 8.16 9.9 18.62 -
YUV 80.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 38 95 118 0.68 0.19 0 0.54 197.25 0.51 0.31
Hex 26 5F 76 44 13 0 36 C5 33 1F
Octal 46 137 166 104 23 0 66 305 63 37
Binary 100110 1011111 1110110 1000100 10011 0 110110 11000101 110011 11111

Color Harmonies of #265F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F76

Black with #265F76

Text Example


Text Example

White with #265F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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