Html Css Color HEX #256077 Orient

📋 copy color: '#256077'

red 37 ◦ green 96 ◦ blue 119

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

Shades of Orient #256077

Tints of Orient #256077

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 14.68%
G = 38.1%
B = 47.22%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256077 (or 0x256077) is known color: Orient. HEX triplet: 25, 60 and 77. RGB value is (37,96,119). Sum of RGB (Red+Green+Blue) = 37+96+119=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 96 (37.89% from 255 or 38.10% 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 #256077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256077 is #DA9F88. Grayscale: #505050. Windows color (decimal): -14327689 or 7823397. OLE color: 7823397.

HSL color Cylindrical-coordinate representation of color #256077: hue angle of 196.83º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256077 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 96 119 -
CMYK 0.69 0.19 0 0.53
HSL 196.83º 0.53% 0.31% -
HSV(B) 196.83º 0.69% 0.47% -
XYZ 8.28 10.09 18.96 -
YUV 80.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 37 96 119 0.69 0.19 0 0.53 196.83 0.53 0.31
Hex 25 60 77 45 13 0 35 C5 35 1F
Octal 45 140 167 105 23 0 65 305 65 37
Binary 100101 1100000 1110111 1000101 10011 0 110101 11000101 110101 11111

Color Harmonies of #256077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256077

Black with #256077

Text Example


Text Example

White with #256077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256077; }

 p { color: rgb(37,96,119); }

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

background-color css

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

 a { background-color: rgb(37,96,119); }

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

border-color css

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

 span { border-color: rgb(37,96,119); }

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