Html Css Color HEX #28637F Orient

📋 copy color: '#28637F'

red 40 ◦ green 99 ◦ blue 127

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

Shades of Orient #28637F

Tints of Orient #28637F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.74%

R = 15.04%
G = 37.22%
B = 47.74%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28637F (or 0x28637F) is known color: Orient. HEX triplet: 28, 63 and 7F. RGB value is (40,99,127). Sum of RGB (Red+Green+Blue) = 40+99+127=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #28637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28637F is #D79C80. Grayscale: #545454. Windows color (decimal): -14130305 or 8348456. OLE color: 8348456.

HSL color Cylindrical-coordinate representation of color #28637F: hue angle of 199.31º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28637F is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 99 127 -
CMYK 0.69 0.22 0 0.50
HSL 199.31º 0.52% 0.33% -
HSV(B) 199.31º 0.69% 0.5% -
XYZ 9.17 10.91 21.7 -
YUV 84.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 40 99 127 0.69 0.22 0 0.50 199.31 0.52 0.33
Hex 28 63 7F 45 16 0 32 C7 34 21
Octal 50 143 177 105 26 0 62 307 64 41
Binary 101000 1100011 1111111 1000101 10110 0 110010 11000111 110100 100001

Color Harmonies of #28637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28637F

Black with #28637F

Text Example


Text Example

White with #28637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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