Html Css Color HEX #255973 Orient

📋 copy color: '#255973'

red 37 ◦ green 89 ◦ blue 115

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

Shades of Orient #255973

Tints of Orient #255973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 15.35%
G = 36.93%
B = 47.72%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255973 (or 0x255973) is known color: Orient. HEX triplet: 25, 59 and 73. RGB value is (37,89,115). Sum of RGB (Red+Green+Blue) = 37+89+115=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #255973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255973 is #DAA68C. Grayscale: #4C4C4C. Windows color (decimal): -14329485 or 7559461. OLE color: 7559461.

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

Color convert

RGB 37 89 115 -
CMYK 0.68 0.23 0 0.55
HSL 200º 0.51% 0.3% -
HSV(B) 200º 0.68% 0.45% -
XYZ 7.43 8.78 17.52 -
YUV 76.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 37 89 115 0.68 0.23 0 0.55 200 0.51 0.3
Hex 25 59 73 44 17 0 37 C8 33 1E
Octal 45 131 163 104 27 0 67 310 63 36
Binary 100101 1011001 1110011 1000100 10111 0 110111 11001000 110011 11110

Color Harmonies of #255973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255973

Black with #255973

Text Example


Text Example

White with #255973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255973; }

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

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

background-color css

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

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

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

border-color css

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

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

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