Html Css Color HEX #255F7C Orient

📋 copy color: '#255F7C'

red 37 ◦ green 95 ◦ blue 124

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

Shades of Orient #255F7C

Tints of Orient #255F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 14.45%
G = 37.11%
B = 48.44%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#255F7C (or 0x255F7C) is known color: Orient. HEX triplet: 25, 5F and 7C. RGB value is (37,95,124). Sum of RGB (Red+Green+Blue) = 37+95+124=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #255F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F7C is #DAA083. Grayscale: #505050. Windows color (decimal): -14327940 or 8150821. OLE color: 8150821.

HSL color Cylindrical-coordinate representation of color #255F7C: hue angle of 200º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255F7C is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 95 124 -
CMYK 0.70 0.23 0 0.51
HSL 200º 0.54% 0.32% -
HSV(B) 200º 0.7% 0.49% -
XYZ 8.49 10.03 20.56 -
YUV 80.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 37 95 124 0.70 0.23 0 0.51 200 0.54 0.32
Hex 25 5F 7C 46 17 0 33 C8 36 20
Octal 45 137 174 106 27 0 63 310 66 40
Binary 100101 1011111 1111100 1000110 10111 0 110011 11001000 110110 100000

Color Harmonies of #255F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F7C

Black with #255F7C

Text Example


Text Example

White with #255F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,124); }

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

background-color css

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

 a { background-color: rgb(37,95,124); }

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

border-color css

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

 span { border-color: rgb(37,95,124); }

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