Html Css Color HEX #255C76 Orient

📋 copy color: '#255C76'

red 37 ◦ green 92 ◦ blue 118

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

Shades of Orient #255C76

Tints of Orient #255C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

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

R = 14.98%
G = 37.25%
B = 47.77%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255C76 (or 0x255C76) is known color: Orient. HEX triplet: 25, 5C and 76. RGB value is (37,92,118). Sum of RGB (Red+Green+Blue) = 37+92+118=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #255C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C76 is #DAA389. Grayscale: #4E4E4E. Windows color (decimal): -14328714 or 7756837. OLE color: 7756837.

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

Color convert

RGB 37 92 118 -
CMYK 0.69 0.22 0 0.54
HSL 199.26º 0.52% 0.3% -
HSV(B) 199.26º 0.69% 0.46% -
XYZ 7.86 9.36 18.53 -
YUV 78.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 37 92 118 0.69 0.22 0 0.54 199.26 0.52 0.3
Hex 25 5C 76 45 16 0 36 C7 34 1E
Octal 45 134 166 105 26 0 66 307 64 36
Binary 100101 1011100 1110110 1000101 10110 0 110110 11000111 110100 11110

Color Harmonies of #255C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C76

Black with #255C76

Text Example


Text Example

White with #255C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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