Html Css Color HEX #255A72 Orient

📋 copy color: '#255A72'

red 37 ◦ green 90 ◦ blue 114

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

Shades of Orient #255A72

Tints of Orient #255A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 15.35%
G = 37.34%
B = 47.3%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255A72 (or 0x255A72) is known color: Orient. HEX triplet: 25, 5A and 72. RGB value is (37,90,114). Sum of RGB (Red+Green+Blue) = 37+90+114=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #255A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A72 is #DAA58D. Grayscale: #4C4C4C. Windows color (decimal): -14329230 or 7494181. OLE color: 7494181.

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

Color convert

RGB 37 90 114 -
CMYK 0.68 0.21 0 0.55
HSL 198.7º 0.51% 0.3% -
HSV(B) 198.7º 0.68% 0.45% -
XYZ 7.46 8.92 17.25 -
YUV 76.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 37 90 114 0.68 0.21 0 0.55 198.7 0.51 0.3
Hex 25 5A 72 44 15 0 37 C7 33 1E
Octal 45 132 162 104 25 0 67 307 63 36
Binary 100101 1011010 1110010 1000100 10101 0 110111 11000111 110011 11110

Color Harmonies of #255A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A72

Black with #255A72

Text Example


Text Example

White with #255A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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