Html Css Color HEX #28627F Orient

📋 copy color: '#28627F'

red 40 ◦ green 98 ◦ blue 127

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

Shades of Orient #28627F

Tints of Orient #28627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 15.09%
G = 36.98%
B = 47.92%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28627F (or 0x28627F) is known color: Orient. HEX triplet: 28, 62 and 7F. RGB value is (40,98,127). Sum of RGB (Red+Green+Blue) = 40+98+127=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #28627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28627F is #D79D80. Grayscale: #535353. Windows color (decimal): -14130561 or 8348200. OLE color: 8348200.

HSL color Cylindrical-coordinate representation of color #28627F: hue angle of 200º 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 #28627F is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 98 127 -
CMYK 0.69 0.23 0 0.50
HSL 200º 0.52% 0.33% -
HSV(B) 200º 0.69% 0.5% -
XYZ 9.07 10.72 21.67 -
YUV 83.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 40 98 127 0.69 0.23 0 0.50 200 0.52 0.33
Hex 28 62 7F 45 17 0 32 C8 34 21
Octal 50 142 177 105 27 0 62 310 64 41
Binary 101000 1100010 1111111 1000101 10111 0 110010 11001000 110100 100001

Color Harmonies of #28627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28627F

Black with #28627F

Text Example


Text Example

White with #28627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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