Html Css Color HEX #255976 Orient

📋 copy color: '#255976'

red 37 ◦ green 89 ◦ blue 118

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

Shades of Orient #255976

Tints of Orient #255976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 15.16%
G = 36.48%
B = 48.36%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255976 (or 0x255976) is known color: Orient. HEX triplet: 25, 59 and 76. RGB value is (37,89,118). Sum of RGB (Red+Green+Blue) = 37+89+118=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #255976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255976 is #DAA689. Grayscale: #4C4C4C. Windows color (decimal): -14329482 or 7756069. OLE color: 7756069.

HSL color Cylindrical-coordinate representation of color #255976: hue angle of 201.48º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255976 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 89 118 -
CMYK 0.69 0.25 0 0.54
HSL 201.48º 0.52% 0.3% -
HSV(B) 201.48º 0.69% 0.46% -
XYZ 7.61 8.85 18.45 -
YUV 76.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 37 89 118 0.69 0.25 0 0.54 201.48 0.52 0.3
Hex 25 59 76 45 19 0 36 C9 34 1E
Octal 45 131 166 105 31 0 66 311 64 36
Binary 100101 1011001 1110110 1000101 11001 0 110110 11001001 110100 11110

Color Harmonies of #255976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255976

Black with #255976

Text Example


Text Example

White with #255976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255976; }

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

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

background-color css

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

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

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

border-color css

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

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

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