Html Css Color HEX #265F77 Orient

📋 copy color: '#265F77'

red 38 ◦ green 95 ◦ blue 119

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

Shades of Orient #265F77

Tints of Orient #265F77

RGB

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

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

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

R = 15.08%
G = 37.7%
B = 47.22%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#265F77 (or 0x265F77) is known color: Orient. HEX triplet: 26, 5F and 77. RGB value is (38,95,119). Sum of RGB (Red+Green+Blue) = 38+95+119=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #265F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F77 is #D9A088. Grayscale: #505050. Windows color (decimal): -14262409 or 7823142. OLE color: 7823142.

HSL color Cylindrical-coordinate representation of color #265F77: hue angle of 197.78º 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 #265F77 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 95 119 -
CMYK 0.68 0.20 0 0.53
HSL 197.78º 0.52% 0.31% -
HSV(B) 197.78º 0.68% 0.47% -
XYZ 8.22 9.93 18.94 -
YUV 80.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 38 95 119 0.68 0.20 0 0.53 197.78 0.52 0.31
Hex 26 5F 77 44 14 0 35 C6 34 1F
Octal 46 137 167 104 24 0 65 306 64 37
Binary 100110 1011111 1110111 1000100 10100 0 110101 11000110 110100 11111

Color Harmonies of #265F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F77

Black with #265F77

Text Example


Text Example

White with #265F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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