Html Css Color HEX #28318B Torea Bay

📋 copy color: '#28318B'

red 40 ◦ green 49 ◦ blue 139

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

Shades of Torea Bay #28318B

Tints of Torea Bay #28318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 139 (54.69% from 255) = 60.96%

R = 17.54%
G = 21.49%
B = 60.96%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28318B (or 0x28318B) is known color: Torea Bay. HEX triplet: 28, 31 and 8B. RGB value is (40,49,139). Sum of RGB (Red+Green+Blue) = 40+49+139=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #28318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28318B is #D7CE74. Grayscale: #383838. Windows color (decimal): -14143093 or 9122088. OLE color: 9122088.

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

Color convert

RGB 40 49 139 -
CMYK 0.71 0.65 0 0.45
HSL 234.55º 0.55% 0.35% -
HSV(B) 234.55º 0.71% 0.55% -
XYZ 6.63 4.51 24.95 -
YUV 56.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 40 49 139 0.71 0.65 0 0.45 234.55 0.55 0.35
Hex 28 31 8B 47 41 0 2D EB 37 23
Octal 50 61 213 107 101 0 55 353 67 43
Binary 101000 110001 10001011 1000111 1000001 0 101101 11101011 110111 100011

Color Harmonies of #28318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28318B

Black with #28318B

Text Example


Text Example

White with #28318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28318B; }

 p { color: rgb(40,49,139); }

 H1.HeaderClassName
 {
   color: #28318B;
 }
 .AnyTagClassName
 {
   color: #28318B;
 }
</style>

background-color css

<style>
 a { background-color: #28318B; }

 a { background-color: rgb(40,49,139); }

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

border-color css

<style>
 span { border-color: #28318B; }

 span { border-color: rgb(40,49,139); }

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