Html Css Color HEX #256074 Orient

📋 copy color: '#256074'

red 37 ◦ green 96 ◦ blue 116

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

Shades of Orient #256074

Tints of Orient #256074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 14.86%
G = 38.55%
B = 46.59%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256074 (or 0x256074) is known color: Orient. HEX triplet: 25, 60 and 74. RGB value is (37,96,116). Sum of RGB (Red+Green+Blue) = 37+96+116=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #256074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256074 is #DA9F8B. Grayscale: #505050. Windows color (decimal): -14327692 or 7626789. OLE color: 7626789.

HSL color Cylindrical-coordinate representation of color #256074: hue angle of 195.19º degrees, saturation: 0.52, 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 #256074 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 96 116 -
CMYK 0.68 0.17 0 0.55
HSL 195.19º 0.52% 0.3% -
HSV(B) 195.19º 0.68% 0.45% -
XYZ 8.1 10.02 18.03 -
YUV 80.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 37 96 116 0.68 0.17 0 0.55 195.19 0.52 0.3
Hex 25 60 74 44 11 0 37 C3 34 1E
Octal 45 140 164 104 21 0 67 303 64 36
Binary 100101 1100000 1110100 1000100 10001 0 110111 11000011 110100 11110

Color Harmonies of #256074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256074

Black with #256074

Text Example


Text Example

White with #256074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256074; }

 p { color: rgb(37,96,116); }

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

background-color css

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

 a { background-color: rgb(37,96,116); }

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

border-color css

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

 span { border-color: rgb(37,96,116); }

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