Html Css Color HEX #255B73 Orient

📋 copy color: '#255B73'

red 37 ◦ green 91 ◦ blue 115

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

Shades of Orient #255B73

Tints of Orient #255B73

RGB

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

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

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

R = 15.23%
G = 37.45%
B = 47.33%

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

#255B73 (or 0x255B73) is known color: Orient. HEX triplet: 25, 5B and 73. RGB value is (37,91,115). Sum of RGB (Red+Green+Blue) = 37+91+115=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #255B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B73 is #DAA48C. Grayscale: #4D4D4D. Windows color (decimal): -14328973 or 7559973. OLE color: 7559973.

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

Color convert

RGB 37 91 115 -
CMYK 0.68 0.21 0 0.55
HSL 198.46º 0.51% 0.3% -
HSV(B) 198.46º 0.68% 0.45% -
XYZ 7.6 9.11 17.58 -
YUV 77.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 37 91 115 0.68 0.21 0 0.55 198.46 0.51 0.3
Hex 25 5B 73 44 15 0 37 C6 33 1E
Octal 45 133 163 104 25 0 67 306 63 36
Binary 100101 1011011 1110011 1000100 10101 0 110111 11000110 110011 11110

Color Harmonies of #255B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B73

Black with #255B73

Text Example


Text Example

White with #255B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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