Html Css Color HEX #256280 Orient

📋 copy color: '#256280'

red 37 ◦ green 98 ◦ blue 128

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

Shades of Orient #256280

Tints of Orient #256280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

 BLUE value IS 128 (50.39% from 255) = 48.67%

R = 14.07%
G = 37.26%
B = 48.67%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256280 (or 0x256280) is known color: Orient. HEX triplet: 25, 62 and 80. RGB value is (37,98,128). Sum of RGB (Red+Green+Blue) = 37+98+128=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #256280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256280 is #DA9D7F. Grayscale: #535353. Windows color (decimal): -14327168 or 8413733. OLE color: 8413733.

HSL color Cylindrical-coordinate representation of color #256280: hue angle of 199.78º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256280 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 98 128 -
CMYK 0.71 0.23 0 0.50
HSL 199.78º 0.55% 0.32% -
HSV(B) 199.78º 0.71% 0.5% -
XYZ 9.03 10.69 22.01 -
YUV 83.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 37 98 128 0.71 0.23 0 0.50 199.78 0.55 0.32
Hex 25 62 80 47 17 0 32 C8 37 20
Octal 45 142 200 107 27 0 62 310 67 40
Binary 100101 1100010 10000000 1000111 10111 0 110010 11001000 110111 100000

Color Harmonies of #256280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256280

Black with #256280

Text Example


Text Example

White with #256280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256280; }

 p { color: rgb(37,98,128); }

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

background-color css

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

 a { background-color: rgb(37,98,128); }

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

border-color css

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

 span { border-color: rgb(37,98,128); }

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