Html Css Color HEX #28338B Torea Bay

📋 copy color: '#28338B'

red 40 ◦ green 51 ◦ blue 139

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

Shades of Torea Bay #28338B

Tints of Torea Bay #28338B

RGB

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

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

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

R = 17.39%
G = 22.17%
B = 60.43%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28338B (or 0x28338B) is known color: Torea Bay. HEX triplet: 28, 33 and 8B. RGB value is (40,51,139). Sum of RGB (Red+Green+Blue) = 40+51+139=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #28338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28338B is #D7CC74. Grayscale: #393939. Windows color (decimal): -14142581 or 9122600. OLE color: 9122600.

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

Color convert

RGB 40 51 139 -
CMYK 0.71 0.63 0 0.45
HSL 233.33º 0.55% 0.35% -
HSV(B) 233.33º 0.71% 0.55% -
XYZ 6.72 4.68 24.98 -
YUV 57.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 40 51 139 0.71 0.63 0 0.45 233.33 0.55 0.35
Hex 28 33 8B 47 3F 0 2D E9 37 23
Octal 50 63 213 107 77 0 55 351 67 43
Binary 101000 110011 10001011 1000111 111111 0 101101 11101001 110111 100011

Color Harmonies of #28338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28338B

Black with #28338B

Text Example


Text Example

White with #28338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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