Html Css Color HEX #255B72 Orient

📋 copy color: '#255B72'

red 37 ◦ green 91 ◦ blue 114

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

Shades of Orient #255B72

Tints of Orient #255B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 15.29%
G = 37.6%
B = 47.11%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255B72 (or 0x255B72) is known color: Orient. HEX triplet: 25, 5B and 72. RGB value is (37,91,114). Sum of RGB (Red+Green+Blue) = 37+91+114=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #255B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B72 is #DAA48D. Grayscale: #4D4D4D. Windows color (decimal): -14328974 or 7494437. OLE color: 7494437.

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

Color convert

RGB 37 91 114 -
CMYK 0.68 0.20 0 0.55
HSL 197.92º 0.51% 0.3% -
HSV(B) 197.92º 0.68% 0.45% -
XYZ 7.54 9.09 17.28 -
YUV 77.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 37 91 114 0.68 0.20 0 0.55 197.92 0.51 0.3
Hex 25 5B 72 44 14 0 37 C6 33 1E
Octal 45 133 162 104 24 0 67 306 63 36
Binary 100101 1011011 1110010 1000100 10100 0 110111 11000110 110011 11110

Color Harmonies of #255B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B72

Black with #255B72

Text Example


Text Example

White with #255B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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