Html Css Color HEX #256273 Orient

📋 copy color: '#256273'

red 37 ◦ green 98 ◦ blue 115

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

Shades of Orient #256273

Tints of Orient #256273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 14.8%
G = 39.2%
B = 46%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256273 (or 0x256273) is known color: Orient. HEX triplet: 25, 62 and 73. RGB value is (37,98,115). Sum of RGB (Red+Green+Blue) = 37+98+115=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #256273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256273 is #DA9D8C. Grayscale: #515151. Windows color (decimal): -14327181 or 7561765. OLE color: 7561765.

HSL color Cylindrical-coordinate representation of color #256273: hue angle of 193.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256273 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 98 115 -
CMYK 0.68 0.15 0 0.55
HSL 193.08º 0.51% 0.3% -
HSV(B) 193.08º 0.68% 0.45% -
XYZ 8.23 10.37 17.79 -
YUV 81.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 37 98 115 0.68 0.15 0 0.55 193.08 0.51 0.3
Hex 25 62 73 44 F 0 37 C1 33 1E
Octal 45 142 163 104 17 0 67 301 63 36
Binary 100101 1100010 1110011 1000100 1111 0 110111 11000001 110011 11110

Color Harmonies of #256273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256273

Black with #256273

Text Example


Text Example

White with #256273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256273; }

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

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

background-color css

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

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

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

border-color css

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

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

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