Html Css Color HEX #255473 Orient

📋 copy color: '#255473'

red 37 ◦ green 84 ◦ blue 115

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

Shades of Orient #255473

Tints of Orient #255473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 15.68%
G = 35.59%
B = 48.73%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255473 (or 0x255473) is known color: Orient. HEX triplet: 25, 54 and 73. RGB value is (37,84,115). Sum of RGB (Red+Green+Blue) = 37+84+115=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #255473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255473 is #DAAB8C. Grayscale: #494949. Windows color (decimal): -14330765 or 7558181. OLE color: 7558181.

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

Color convert

RGB 37 84 115 -
CMYK 0.68 0.27 0 0.55
HSL 203.85º 0.51% 0.3% -
HSV(B) 203.85º 0.68% 0.45% -
XYZ 7.03 7.97 17.39 -
YUV 73.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 37 84 115 0.68 0.27 0 0.55 203.85 0.51 0.3
Hex 25 54 73 44 1B 0 37 CC 33 1E
Octal 45 124 163 104 33 0 67 314 63 36
Binary 100101 1010100 1110011 1000100 11011 0 110111 11001100 110011 11110

Color Harmonies of #255473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255473

Black with #255473

Text Example


Text Example

White with #255473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255473; }

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

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

background-color css

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

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

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

border-color css

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

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

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