Html Css Color HEX #256176 Orient

📋 copy color: '#256176'

red 37 ◦ green 97 ◦ blue 118

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

Shades of Orient #256176

Tints of Orient #256176

RGB

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

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

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

R = 14.68%
G = 38.49%
B = 46.83%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#256176 (or 0x256176) is known color: Orient. HEX triplet: 25, 61 and 76. RGB value is (37,97,118). Sum of RGB (Red+Green+Blue) = 37+97+118=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #256176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256176 is #DA9E89. Grayscale: #515151. Windows color (decimal): -14327434 or 7758117. OLE color: 7758117.

HSL color Cylindrical-coordinate representation of color #256176: hue angle of 195.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256176 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 97 118 -
CMYK 0.69 0.18 0 0.54
HSL 195.56º 0.52% 0.3% -
HSV(B) 195.56º 0.69% 0.46% -
XYZ 8.31 10.25 18.68 -
YUV 81.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 37 97 118 0.69 0.18 0 0.54 195.56 0.52 0.3
Hex 25 61 76 45 12 0 36 C4 34 1E
Octal 45 141 166 105 22 0 66 304 64 36
Binary 100101 1100001 1110110 1000101 10010 0 110110 11000100 110100 11110

Color Harmonies of #256176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256176

Black with #256176

Text Example


Text Example

White with #256176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256176; }

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

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

background-color css

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

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

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

border-color css

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

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

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