Html Css Color HEX #255676 Orient

📋 copy color: '#255676'

red 37 ◦ green 86 ◦ blue 118

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

Shades of Orient #255676

Tints of Orient #255676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 15.35%
G = 35.68%
B = 48.96%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255676 (or 0x255676) is known color: Orient. HEX triplet: 25, 56 and 76. RGB value is (37,86,118). Sum of RGB (Red+Green+Blue) = 37+86+118=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #255676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255676 is #DAA989. Grayscale: #4A4A4A. Windows color (decimal): -14330250 or 7755301. OLE color: 7755301.

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

Color convert

RGB 37 86 118 -
CMYK 0.69 0.27 0 0.54
HSL 203.7º 0.52% 0.3% -
HSV(B) 203.7º 0.69% 0.46% -
XYZ 7.36 8.36 18.36 -
YUV 75 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 37 86 118 0.69 0.27 0 0.54 203.7 0.52 0.3
Hex 25 56 76 45 1B 0 36 CC 34 1E
Octal 45 126 166 105 33 0 66 314 64 36
Binary 100101 1010110 1110110 1000101 11011 0 110110 11001100 110100 11110

Color Harmonies of #255676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255676

Black with #255676

Text Example


Text Example

White with #255676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255676; }

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

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

background-color css

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

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

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

border-color css

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

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

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