Html Css Color HEX #255877 Orient

📋 copy color: '#255877'

red 37 ◦ green 88 ◦ blue 119

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

Shades of Orient #255877

Tints of Orient #255877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 15.16%
G = 36.07%
B = 48.77%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255877 (or 0x255877) is known color: Orient. HEX triplet: 25, 58 and 77. RGB value is (37,88,119). Sum of RGB (Red+Green+Blue) = 37+88+119=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #255877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255877 is #DAA788. Grayscale: #4C4C4C. Windows color (decimal): -14329737 or 7821349. OLE color: 7821349.

HSL color Cylindrical-coordinate representation of color #255877: hue angle of 202.68º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255877 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 88 119 -
CMYK 0.69 0.26 0 0.53
HSL 202.68º 0.53% 0.31% -
HSV(B) 202.68º 0.69% 0.47% -
XYZ 7.58 8.7 18.73 -
YUV 76.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 37 88 119 0.69 0.26 0 0.53 202.68 0.53 0.31
Hex 25 58 77 45 1A 0 35 CB 35 1F
Octal 45 130 167 105 32 0 65 313 65 37
Binary 100101 1011000 1110111 1000101 11010 0 110101 11001011 110101 11111

Color Harmonies of #255877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255877

Black with #255877

Text Example


Text Example

White with #255877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255877; }

 p { color: rgb(37,88,119); }

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

background-color css

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

 a { background-color: rgb(37,88,119); }

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

border-color css

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

 span { border-color: rgb(37,88,119); }

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