Html Css Color HEX #28338D Torea Bay

📋 copy color: '#28338D'

red 40 ◦ green 51 ◦ blue 141

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

Shades of Torea Bay #28338D

Tints of Torea Bay #28338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 17.24%
G = 21.98%
B = 60.78%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28338D (or 0x28338D) is known color: Torea Bay. HEX triplet: 28, 33 and 8D. RGB value is (40,51,141). Sum of RGB (Red+Green+Blue) = 40+51+141=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #28338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28338D is #D7CC72. Grayscale: #393939. Windows color (decimal): -14142579 or 9253672. OLE color: 9253672.

HSL color Cylindrical-coordinate representation of color #28338D: hue angle of 233.47º 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 #28338D is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 51 141 -
CMYK 0.72 0.64 0 0.45
HSL 233.47º 0.56% 0.35% -
HSV(B) 233.47º 0.72% 0.55% -
XYZ 6.87 4.74 25.75 -
YUV 57.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 40 51 141 0.72 0.64 0 0.45 233.47 0.56 0.35
Hex 28 33 8D 48 40 0 2D E9 38 23
Octal 50 63 215 110 100 0 55 351 70 43
Binary 101000 110011 10001101 1001000 1000000 0 101101 11101001 111000 100011

Color Harmonies of #28338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28338D

Black with #28338D

Text Example


Text Example

White with #28338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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