Html Css Color HEX #28607D Orient

📋 copy color: '#28607D'

red 40 ◦ green 96 ◦ blue 125

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

Shades of Orient #28607D

Tints of Orient #28607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 15.33%
G = 36.78%
B = 47.89%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28607D (or 0x28607D) is known color: Orient. HEX triplet: 28, 60 and 7D. RGB value is (40,96,125). Sum of RGB (Red+Green+Blue) = 40+96+125=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #28607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28607D is #D79F82. Grayscale: #525252. Windows color (decimal): -14131075 or 8216616. OLE color: 8216616.

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

Color convert

RGB 40 96 125 -
CMYK 0.68 0.23 0 0.51
HSL 200.47º 0.52% 0.32% -
HSV(B) 200.47º 0.68% 0.49% -
XYZ 8.76 10.3 20.93 -
YUV 82.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 40 96 125 0.68 0.23 0 0.51 200.47 0.52 0.32
Hex 28 60 7D 44 17 0 33 C8 34 20
Octal 50 140 175 104 27 0 63 310 64 40
Binary 101000 1100000 1111101 1000100 10111 0 110011 11001000 110100 100000

Color Harmonies of #28607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28607D

Black with #28607D

Text Example


Text Example

White with #28607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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