Html Css Color HEX #255B78 Orient

📋 copy color: '#255B78'

red 37 ◦ green 91 ◦ blue 120

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

Shades of Orient #255B78

Tints of Orient #255B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

 BLUE value IS 120 (47.27% from 255) = 48.39%

R = 14.92%
G = 36.69%
B = 48.39%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255B78 (or 0x255B78) is known color: Orient. HEX triplet: 25, 5B and 78. RGB value is (37,91,120). Sum of RGB (Red+Green+Blue) = 37+91+120=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #255B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B78 is #DAA487. Grayscale: #4D4D4D. Windows color (decimal): -14328968 or 7887653. OLE color: 7887653.

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

Color convert

RGB 37 91 120 -
CMYK 0.69 0.24 0 0.53
HSL 200.96º 0.53% 0.31% -
HSV(B) 200.96º 0.69% 0.47% -
XYZ 7.89 9.23 19.14 -
YUV 78.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 37 91 120 0.69 0.24 0 0.53 200.96 0.53 0.31
Hex 25 5B 78 45 18 0 35 C9 35 1F
Octal 45 133 170 105 30 0 65 311 65 37
Binary 100101 1011011 1111000 1000101 11000 0 110101 11001001 110101 11111

Color Harmonies of #255B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B78

Black with #255B78

Text Example


Text Example

White with #255B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,120); }

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

background-color css

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

 a { background-color: rgb(37,91,120); }

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

border-color css

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

 span { border-color: rgb(37,91,120); }

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