Html Css Color HEX #255E73 Orient

📋 copy color: '#255E73'

red 37 ◦ green 94 ◦ blue 115

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

Shades of Orient #255E73

Tints of Orient #255E73

RGB

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

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

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

R = 15.04%
G = 38.21%
B = 46.75%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255E73 (or 0x255E73) is known color: Orient. HEX triplet: 25, 5E and 73. RGB value is (37,94,115). Sum of RGB (Red+Green+Blue) = 37+94+115=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #255E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E73 is #DAA18C. Grayscale: #4F4F4F. Windows color (decimal): -14328205 or 7560741. OLE color: 7560741.

HSL color Cylindrical-coordinate representation of color #255E73: hue angle of 196.15º 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 #255E73 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 94 115 -
CMYK 0.68 0.18 0 0.55
HSL 196.15º 0.51% 0.3% -
HSV(B) 196.15º 0.68% 0.45% -
XYZ 7.86 9.64 17.67 -
YUV 79.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 37 94 115 0.68 0.18 0 0.55 196.15 0.51 0.3
Hex 25 5E 73 44 12 0 37 C4 33 1E
Octal 45 136 163 104 22 0 67 304 63 36
Binary 100101 1011110 1110011 1000100 10010 0 110111 11000100 110011 11110

Color Harmonies of #255E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E73

Black with #255E73

Text Example


Text Example

White with #255E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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