Html Css Color HEX #255F72 Orient

📋 copy color: '#255F72'

red 37 ◦ green 95 ◦ blue 114

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

Shades of Orient #255F72

Tints of Orient #255F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 15.04%
G = 38.62%
B = 46.34%

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

#255F72 (or 0x255F72) is known color: Orient. HEX triplet: 25, 5F and 72. RGB value is (37,95,114). Sum of RGB (Red+Green+Blue) = 37+95+114=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #255F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F72 is #DAA08D. Grayscale: #4F4F4F. Windows color (decimal): -14327950 or 7495461. OLE color: 7495461.

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

Color convert

RGB 37 95 114 -
CMYK 0.68 0.17 0 0.55
HSL 194.81º 0.51% 0.3% -
HSV(B) 194.81º 0.68% 0.45% -
XYZ 7.89 9.79 17.39 -
YUV 79.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 37 95 114 0.68 0.17 0 0.55 194.81 0.51 0.3
Hex 25 5F 72 44 11 0 37 C3 33 1E
Octal 45 137 162 104 21 0 67 303 63 36
Binary 100101 1011111 1110010 1000100 10001 0 110111 11000011 110011 11110

Color Harmonies of #255F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F72

Black with #255F72

Text Example


Text Example

White with #255F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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