Html Css Color HEX #28617F Orient

📋 copy color: '#28617F'

red 40 ◦ green 97 ◦ blue 127

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

Shades of Orient #28617F

Tints of Orient #28617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 15.15%
G = 36.74%
B = 48.11%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#28617F (or 0x28617F) is known color: Orient. HEX triplet: 28, 61 and 7F. RGB value is (40,97,127). Sum of RGB (Red+Green+Blue) = 40+97+127=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #28617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28617F is #D79E80. Grayscale: #535353. Windows color (decimal): -14130817 or 8347944. OLE color: 8347944.

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

Color convert

RGB 40 97 127 -
CMYK 0.69 0.24 0 0.50
HSL 200.69º 0.52% 0.33% -
HSV(B) 200.69º 0.69% 0.5% -
XYZ 8.98 10.53 21.64 -
YUV 83.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 40 97 127 0.69 0.24 0 0.50 200.69 0.52 0.33
Hex 28 61 7F 45 18 0 32 C9 34 21
Octal 50 141 177 105 30 0 62 311 64 41
Binary 101000 1100001 1111111 1000101 11000 0 110010 11001001 110100 100001

Color Harmonies of #28617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28617F

Black with #28617F

Text Example


Text Example

White with #28617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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