Html Css Color HEX #255E79 Orient

📋 copy color: '#255E79'

red 37 ◦ green 94 ◦ blue 121

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

Shades of Orient #255E79

Tints of Orient #255E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

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

R = 14.68%
G = 37.3%
B = 48.02%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255E79 (or 0x255E79) is known color: Orient. HEX triplet: 25, 5E and 79. RGB value is (37,94,121). Sum of RGB (Red+Green+Blue) = 37+94+121=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #255E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E79 is #DAA186. Grayscale: #4F4F4F. Windows color (decimal): -14328199 or 7953957. OLE color: 7953957.

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

Color convert

RGB 37 94 121 -
CMYK 0.69 0.22 0 0.53
HSL 199.29º 0.53% 0.31% -
HSV(B) 199.29º 0.69% 0.47% -
XYZ 8.22 9.78 19.54 -
YUV 80.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 37 94 121 0.69 0.22 0 0.53 199.29 0.53 0.31
Hex 25 5E 79 45 16 0 35 C7 35 1F
Octal 45 136 171 105 26 0 65 307 65 37
Binary 100101 1011110 1111001 1000101 10110 0 110101 11000111 110101 11111

Color Harmonies of #255E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E79

Black with #255E79

Text Example


Text Example

White with #255E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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