Html Css Color HEX #255774 Orient

📋 copy color: '#255774'

red 37 ◦ green 87 ◦ blue 116

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

Shades of Orient #255774

Tints of Orient #255774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 15.42%
G = 36.25%
B = 48.33%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255774 (or 0x255774) is known color: Orient. HEX triplet: 25, 57 and 74. RGB value is (37,87,116). Sum of RGB (Red+Green+Blue) = 37+87+116=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #255774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255774 is #DAA88B. Grayscale: #4B4B4B. Windows color (decimal): -14329996 or 7624485. OLE color: 7624485.

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

Color convert

RGB 37 87 116 -
CMYK 0.68 0.25 0 0.55
HSL 202.03º 0.52% 0.3% -
HSV(B) 202.03º 0.68% 0.45% -
XYZ 7.32 8.47 17.77 -
YUV 75.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 37 87 116 0.68 0.25 0 0.55 202.03 0.52 0.3
Hex 25 57 74 44 19 0 37 CA 34 1E
Octal 45 127 164 104 31 0 67 312 64 36
Binary 100101 1010111 1110100 1000100 11001 0 110111 11001010 110100 11110

Color Harmonies of #255774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255774

Black with #255774

Text Example


Text Example

White with #255774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255774; }

 p { color: rgb(37,87,116); }

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

background-color css

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

 a { background-color: rgb(37,87,116); }

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

border-color css

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

 span { border-color: rgb(37,87,116); }

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