Html Css Color HEX #255978 Orient

📋 copy color: '#255978'

red 37 ◦ green 89 ◦ blue 120

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

Shades of Orient #255978

Tints of Orient #255978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

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

R = 15.04%
G = 36.18%
B = 48.78%

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

#255978 (or 0x255978) is known color: Orient. HEX triplet: 25, 59 and 78. RGB value is (37,89,120). Sum of RGB (Red+Green+Blue) = 37+89+120=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #255978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255978 is #DAA687. Grayscale: #4C4C4C. Windows color (decimal): -14329480 or 7887141. OLE color: 7887141.

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

Color convert

RGB 37 89 120 -
CMYK 0.69 0.26 0 0.53
HSL 202.41º 0.53% 0.31% -
HSV(B) 202.41º 0.69% 0.47% -
XYZ 7.73 8.89 19.08 -
YUV 76.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 37 89 120 0.69 0.26 0 0.53 202.41 0.53 0.31
Hex 25 59 78 45 1A 0 35 CA 35 1F
Octal 45 131 170 105 32 0 65 312 65 37
Binary 100101 1011001 1111000 1000101 11010 0 110101 11001010 110101 11111

Color Harmonies of #255978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255978

Black with #255978

Text Example


Text Example

White with #255978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255978; }

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

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

background-color css

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

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

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

border-color css

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

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

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