Html Css Color HEX #255D72 Orient

📋 copy color: '#255D72'

red 37 ◦ green 93 ◦ blue 114

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

Shades of Orient #255D72

Tints of Orient #255D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 15.16%
G = 38.11%
B = 46.72%

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

#255D72 (or 0x255D72) is known color: Orient. HEX triplet: 25, 5D and 72. RGB value is (37,93,114). Sum of RGB (Red+Green+Blue) = 37+93+114=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #255D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D72 is #DAA28D. Grayscale: #4E4E4E. Windows color (decimal): -14328462 or 7494949. OLE color: 7494949.

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

Color convert

RGB 37 93 114 -
CMYK 0.68 0.18 0 0.55
HSL 196.36º 0.51% 0.3% -
HSV(B) 196.36º 0.68% 0.45% -
XYZ 7.71 9.44 17.33 -
YUV 78.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 37 93 114 0.68 0.18 0 0.55 196.36 0.51 0.3
Hex 25 5D 72 44 12 0 37 C4 33 1E
Octal 45 135 162 104 22 0 67 304 63 36
Binary 100101 1011101 1110010 1000100 10010 0 110111 11000100 110011 11110

Color Harmonies of #255D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D72

Black with #255D72

Text Example


Text Example

White with #255D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,114); }

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

background-color css

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

 a { background-color: rgb(37,93,114); }

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

border-color css

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

 span { border-color: rgb(37,93,114); }

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