Html Css Color HEX #28327D Torea Bay

📋 copy color: '#28327D'

red 40 ◦ green 50 ◦ blue 125

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

Shades of Torea Bay #28327D

Tints of Torea Bay #28327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 18.6%
G = 23.26%
B = 58.14%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28327D (or 0x28327D) is known color: Torea Bay. HEX triplet: 28, 32 and 7D. RGB value is (40,50,125). Sum of RGB (Red+Green+Blue) = 40+50+125=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #28327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28327D is #D7CD82. Grayscale: #373737. Windows color (decimal): -14142851 or 8204840. OLE color: 8204840.

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

Color convert

RGB 40 50 125 -
CMYK 0.68 0.60 0 0.51
HSL 232.94º 0.52% 0.32% -
HSV(B) 232.94º 0.68% 0.49% -
XYZ 5.72 4.21 19.91 -
YUV 55.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 40 50 125 0.68 0.60 0 0.51 232.94 0.52 0.32
Hex 28 32 7D 44 3C 0 33 E9 34 20
Octal 50 62 175 104 74 0 63 351 64 40
Binary 101000 110010 1111101 1000100 111100 0 110011 11101001 110100 100000

Color Harmonies of #28327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28327D

Black with #28327D

Text Example


Text Example

White with #28327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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