Html Css Color HEX #256177 Orient

📋 copy color: '#256177'

red 37 ◦ green 97 ◦ blue 119

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

Shades of Orient #256177

Tints of Orient #256177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 14.62%
G = 38.34%
B = 47.04%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256177 (or 0x256177) is known color: Orient. HEX triplet: 25, 61 and 77. RGB value is (37,97,119). Sum of RGB (Red+Green+Blue) = 37+97+119=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #256177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256177 is #DA9E88. Grayscale: #515151. Windows color (decimal): -14327433 or 7823653. OLE color: 7823653.

HSL color Cylindrical-coordinate representation of color #256177: hue angle of 196.1º 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 #256177 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 97 119 -
CMYK 0.69 0.18 0 0.53
HSL 196.1º 0.53% 0.31% -
HSV(B) 196.1º 0.69% 0.47% -
XYZ 8.37 10.27 18.99 -
YUV 81.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 37 97 119 0.69 0.18 0 0.53 196.1 0.53 0.31
Hex 25 61 77 45 12 0 35 C4 35 1F
Octal 45 141 167 105 22 0 65 304 65 37
Binary 100101 1100001 1110111 1000101 10010 0 110101 11000100 110101 11111

Color Harmonies of #256177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256177

Black with #256177

Text Example


Text Example

White with #256177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256177; }

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

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

background-color css

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

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

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

border-color css

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

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

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