Html Css Color HEX #265F74 Orient

📋 copy color: '#265F74'

red 38 ◦ green 95 ◦ blue 116

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

Shades of Orient #265F74

Tints of Orient #265F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 15.26%
G = 38.15%
B = 46.59%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265F74 (or 0x265F74) is known color: Orient. HEX triplet: 26, 5F and 74. RGB value is (38,95,116). Sum of RGB (Red+Green+Blue) = 38+95+116=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #265F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F74 is #D9A08B. Grayscale: #505050. Windows color (decimal): -14262412 or 7626534. OLE color: 7626534.

HSL color Cylindrical-coordinate representation of color #265F74: hue angle of 196.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265F74 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 95 116 -
CMYK 0.67 0.18 0 0.55
HSL 196.15º 0.51% 0.3% -
HSV(B) 196.15º 0.67% 0.45% -
XYZ 8.04 9.86 18 -
YUV 80.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 38 95 116 0.67 0.18 0 0.55 196.15 0.51 0.3
Hex 26 5F 74 43 12 0 37 C4 33 1E
Octal 46 137 164 103 22 0 67 304 63 36
Binary 100110 1011111 1110100 1000011 10010 0 110111 11000100 110011 11110

Color Harmonies of #265F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F74

Black with #265F74

Text Example


Text Example

White with #265F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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