Html Css Color HEX #28637C Orient

📋 copy color: '#28637C'

red 40 ◦ green 99 ◦ blue 124

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

Shades of Orient #28637C

Tints of Orient #28637C

RGB

 RED value IS 40 (16.02% from 255) = 15.21%

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 15.21%
G = 37.64%
B = 47.15%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28637C (or 0x28637C) is known color: Orient. HEX triplet: 28, 63 and 7C. RGB value is (40,99,124). Sum of RGB (Red+Green+Blue) = 40+99+124=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #28637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28637C is #D79C83. Grayscale: #545454. Windows color (decimal): -14130308 or 8151848. OLE color: 8151848.

HSL color Cylindrical-coordinate representation of color #28637C: hue angle of 197.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28637C is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 99 124 -
CMYK 0.68 0.20 0 0.51
HSL 197.86º 0.51% 0.32% -
HSV(B) 197.86º 0.68% 0.49% -
XYZ 8.98 10.83 20.69 -
YUV 84.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 40 99 124 0.68 0.20 0 0.51 197.86 0.51 0.32
Hex 28 63 7C 44 14 0 33 C6 33 20
Octal 50 143 174 104 24 0 63 306 63 40
Binary 101000 1100011 1111100 1000100 10100 0 110011 11000110 110011 100000

Color Harmonies of #28637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28637C

Black with #28637C

Text Example


Text Example

White with #28637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28637C; }

 p { color: rgb(40,99,124); }

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

background-color css

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

 a { background-color: rgb(40,99,124); }

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

border-color css

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

 span { border-color: rgb(40,99,124); }

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