Html Css Color HEX #256379 Orient

📋 copy color: '#256379'

red 37 ◦ green 99 ◦ blue 121

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

Shades of Orient #256379

Tints of Orient #256379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 14.4%
G = 38.52%
B = 47.08%

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

#256379 (or 0x256379) is known color: Orient. HEX triplet: 25, 63 and 79. RGB value is (37,99,121). Sum of RGB (Red+Green+Blue) = 37+99+121=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #256379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256379 is #DA9C86. Grayscale: #525252. Windows color (decimal): -14326919 or 7955237. OLE color: 7955237.

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

Color convert

RGB 37 99 121 -
CMYK 0.69 0.18 0 0.53
HSL 195.71º 0.53% 0.31% -
HSV(B) 195.71º 0.69% 0.47% -
XYZ 8.68 10.7 19.7 -
YUV 82.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 37 99 121 0.69 0.18 0 0.53 195.71 0.53 0.31
Hex 25 63 79 45 12 0 35 C4 35 1F
Octal 45 143 171 105 22 0 65 304 65 37
Binary 100101 1100011 1111001 1000101 10010 0 110101 11000100 110101 11111

Color Harmonies of #256379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256379

Black with #256379

Text Example


Text Example

White with #256379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256379; }

 p { color: rgb(37,99,121); }

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

background-color css

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

 a { background-color: rgb(37,99,121); }

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

border-color css

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

 span { border-color: rgb(37,99,121); }

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