Html Css Color HEX #28348E Torea Bay

📋 copy color: '#28348E'

red 40 ◦ green 52 ◦ blue 142

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

Shades of Torea Bay #28348E

Tints of Torea Bay #28348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 17.09%
G = 22.22%
B = 60.68%

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

#28348E (or 0x28348E) is known color: Torea Bay. HEX triplet: 28, 34 and 8E. RGB value is (40,52,142). Sum of RGB (Red+Green+Blue) = 40+52+142=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #28348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348E is #D7CB71. Grayscale: #3A3A3A. Windows color (decimal): -14142322 or 9319464. OLE color: 9319464.

HSL color Cylindrical-coordinate representation of color #28348E: hue angle of 232.94º 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 #28348E is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 52 142 -
CMYK 0.72 0.63 0 0.44
HSL 232.94º 0.56% 0.36% -
HSV(B) 232.94º 0.72% 0.56% -
XYZ 6.99 4.86 26.16 -
YUV 58.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 40 52 142 0.72 0.63 0 0.44 232.94 0.56 0.36
Hex 28 34 8E 48 3F 0 2C E9 38 24
Octal 50 64 216 110 77 0 54 351 70 44
Binary 101000 110100 10001110 1001000 111111 0 101100 11101001 111000 100100

Color Harmonies of #28348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28348E

Black with #28348E

Text Example


Text Example

White with #28348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28348E; }

 p { color: rgb(40,52,142); }

 H1.HeaderClassName
 {
   color: #28348E;
 }
 .AnyTagClassName
 {
   color: #28348E;
 }
</style>

background-color css

<style>
 a { background-color: #28348E; }

 a { background-color: rgb(40,52,142); }

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

border-color css

<style>
 span { border-color: #28348E; }

 span { border-color: rgb(40,52,142); }

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