Html Css Color HEX #255C75 Orient

📋 copy color: '#255C75'

red 37 ◦ green 92 ◦ blue 117

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

Shades of Orient #255C75

Tints of Orient #255C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 15.04%
G = 37.4%
B = 47.56%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255C75 (or 0x255C75) is known color: Orient. HEX triplet: 25, 5C and 75. RGB value is (37,92,117). Sum of RGB (Red+Green+Blue) = 37+92+117=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #255C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C75 is #DAA38A. Grayscale: #4E4E4E. Windows color (decimal): -14328715 or 7691301. OLE color: 7691301.

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

Color convert

RGB 37 92 117 -
CMYK 0.68 0.21 0 0.54
HSL 198.75º 0.52% 0.3% -
HSV(B) 198.75º 0.68% 0.46% -
XYZ 7.8 9.33 18.22 -
YUV 78.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 37 92 117 0.68 0.21 0 0.54 198.75 0.52 0.3
Hex 25 5C 75 44 15 0 36 C7 34 1E
Octal 45 134 165 104 25 0 66 307 64 36
Binary 100101 1011100 1110101 1000100 10101 0 110110 11000111 110100 11110

Color Harmonies of #255C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C75

Black with #255C75

Text Example


Text Example

White with #255C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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