Html Css Color HEX #255E77 Orient

📋 copy color: '#255E77'

red 37 ◦ green 94 ◦ blue 119

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

Shades of Orient #255E77

Tints of Orient #255E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

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

R = 14.8%
G = 37.6%
B = 47.6%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255E77 (or 0x255E77) is known color: Orient. HEX triplet: 25, 5E and 77. RGB value is (37,94,119). Sum of RGB (Red+Green+Blue) = 37+94+119=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #255E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E77 is #DAA188. Grayscale: #4F4F4F. Windows color (decimal): -14328201 or 7822885. OLE color: 7822885.

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

Color convert

RGB 37 94 119 -
CMYK 0.69 0.21 0 0.53
HSL 198.29º 0.53% 0.31% -
HSV(B) 198.29º 0.69% 0.47% -
XYZ 8.1 9.73 18.9 -
YUV 79.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 37 94 119 0.69 0.21 0 0.53 198.29 0.53 0.31
Hex 25 5E 77 45 15 0 35 C6 35 1F
Octal 45 136 167 105 25 0 65 306 65 37
Binary 100101 1011110 1110111 1000101 10101 0 110101 11000110 110101 11111

Color Harmonies of #255E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E77

Black with #255E77

Text Example


Text Example

White with #255E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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