Html Css Color HEX #28607A Orient

📋 copy color: '#28607A'

red 40 ◦ green 96 ◦ blue 122

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

Shades of Orient #28607A

Tints of Orient #28607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.29%

R = 15.5%
G = 37.21%
B = 47.29%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28607A (or 0x28607A) is known color: Orient. HEX triplet: 28, 60 and 7A. RGB value is (40,96,122). Sum of RGB (Red+Green+Blue) = 40+96+122=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #28607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28607A is #D79F85. Grayscale: #525252. Windows color (decimal): -14131078 or 8020008. OLE color: 8020008.

HSL color Cylindrical-coordinate representation of color #28607A: hue angle of 199.02º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28607A is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 96 122 -
CMYK 0.67 0.21 0 0.52
HSL 199.02º 0.51% 0.32% -
HSV(B) 199.02º 0.67% 0.48% -
XYZ 8.57 10.22 19.93 -
YUV 82.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 40 96 122 0.67 0.21 0 0.52 199.02 0.51 0.32
Hex 28 60 7A 43 15 0 34 C7 33 20
Octal 50 140 172 103 25 0 64 307 63 40
Binary 101000 1100000 1111010 1000011 10101 0 110100 11000111 110011 100000

Color Harmonies of #28607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28607A

Black with #28607A

Text Example


Text Example

White with #28607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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