Html Css Color HEX #28627D Orient

📋 copy color: '#28627D'

red 40 ◦ green 98 ◦ blue 125

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

Shades of Orient #28627D

Tints of Orient #28627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 15.21%
G = 37.26%
B = 47.53%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28627D (or 0x28627D) is known color: Orient. HEX triplet: 28, 62 and 7D. RGB value is (40,98,125). Sum of RGB (Red+Green+Blue) = 40+98+125=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #28627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28627D is #D79D82. Grayscale: #535353. Windows color (decimal): -14130563 or 8217128. OLE color: 8217128.

HSL color Cylindrical-coordinate representation of color #28627D: hue angle of 199.06º degrees, saturation: 0.52, 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 #28627D is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 98 125 -
CMYK 0.68 0.22 0 0.51
HSL 199.06º 0.52% 0.32% -
HSV(B) 199.06º 0.68% 0.49% -
XYZ 8.94 10.67 20.99 -
YUV 83.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 40 98 125 0.68 0.22 0 0.51 199.06 0.52 0.32
Hex 28 62 7D 44 16 0 33 C7 34 20
Octal 50 142 175 104 26 0 63 307 64 40
Binary 101000 1100010 1111101 1000100 10110 0 110011 11000111 110100 100000

Color Harmonies of #28627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28627D

Black with #28627D

Text Example


Text Example

White with #28627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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