Html Css Color HEX #28358F Torea Bay

📋 copy color: '#28358F'

red 40 ◦ green 53 ◦ blue 143

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

Shades of Torea Bay #28358F

Tints of Torea Bay #28358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 16.95%
G = 22.46%
B = 60.59%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28358F (or 0x28358F) is known color: Torea Bay. HEX triplet: 28, 35 and 8F. RGB value is (40,53,143). Sum of RGB (Red+Green+Blue) = 40+53+143=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #28358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28358F is #D7CA70. Grayscale: #3B3B3B. Windows color (decimal): -14142065 or 9385256. OLE color: 9385256.

HSL color Cylindrical-coordinate representation of color #28358F: hue angle of 232.43º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28358F is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 53 143 -
CMYK 0.72 0.63 0 0.44
HSL 232.43º 0.56% 0.36% -
HSV(B) 232.43º 0.72% 0.56% -
XYZ 7.11 4.98 26.57 -
YUV 59.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 40 53 143 0.72 0.63 0 0.44 232.43 0.56 0.36
Hex 28 35 8F 48 3F 0 2C E8 38 24
Octal 50 65 217 110 77 0 54 350 70 44
Binary 101000 110101 10001111 1001000 111111 0 101100 11101000 111000 100100

Color Harmonies of #28358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28358F

Black with #28358F

Text Example


Text Example

White with #28358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28358F; }

 p { color: rgb(40,53,143); }

 H1.HeaderClassName
 {
   color: #28358F;
 }
 .AnyTagClassName
 {
   color: #28358F;
 }
</style>

background-color css

<style>
 a { background-color: #28358F; }

 a { background-color: rgb(40,53,143); }

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

border-color css

<style>
 span { border-color: #28358F; }

 span { border-color: rgb(40,53,143); }

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