Html Css Color HEX #28328D Torea Bay

📋 copy color: '#28328D'

red 40 ◦ green 50 ◦ blue 141

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

Shades of Torea Bay #28328D

Tints of Torea Bay #28328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 17.32%
G = 21.65%
B = 61.04%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28328D (or 0x28328D) is known color: Torea Bay. HEX triplet: 28, 32 and 8D. RGB value is (40,50,141). Sum of RGB (Red+Green+Blue) = 40+50+141=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #28328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328D is #D7CD72. Grayscale: #393939. Windows color (decimal): -14142835 or 9253416. OLE color: 9253416.

HSL color Cylindrical-coordinate representation of color #28328D: hue angle of 234.06º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28328D is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 50 141 -
CMYK 0.72 0.65 0 0.45
HSL 234.06º 0.56% 0.35% -
HSV(B) 234.06º 0.72% 0.55% -
XYZ 6.82 4.66 25.74 -
YUV 57.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 40 50 141 0.72 0.65 0 0.45 234.06 0.56 0.35
Hex 28 32 8D 48 41 0 2D EA 38 23
Octal 50 62 215 110 101 0 55 352 70 43
Binary 101000 110010 10001101 1001000 1000001 0 101101 11101010 111000 100011

Color Harmonies of #28328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28328D

Black with #28328D

Text Example


Text Example

White with #28328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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