Html Css Color HEX #28348B Torea Bay

📋 copy color: '#28348B'

red 40 ◦ green 52 ◦ blue 139

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

Shades of Torea Bay #28348B

Tints of Torea Bay #28348B

RGB

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

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

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

R = 17.32%
G = 22.51%
B = 60.17%

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

#28348B (or 0x28348B) is known color: Torea Bay. HEX triplet: 28, 34 and 8B. RGB value is (40,52,139). Sum of RGB (Red+Green+Blue) = 40+52+139=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #28348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348B is #D7CB74. Grayscale: #393939. Windows color (decimal): -14142325 or 9122856. OLE color: 9122856.

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

Color convert

RGB 40 52 139 -
CMYK 0.71 0.63 0 0.45
HSL 232.73º 0.55% 0.35% -
HSV(B) 232.73º 0.71% 0.55% -
XYZ 6.76 4.77 24.99 -
YUV 58.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 40 52 139 0.71 0.63 0 0.45 232.73 0.55 0.35
Hex 28 34 8B 47 3F 0 2D E9 37 23
Octal 50 64 213 107 77 0 55 351 67 43
Binary 101000 110100 10001011 1000111 111111 0 101101 11101001 110111 100011

Color Harmonies of #28348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28348B

Black with #28348B

Text Example


Text Example

White with #28348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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