Html Css Color HEX #28348A Torea Bay

📋 copy color: '#28348A'

red 40 ◦ green 52 ◦ blue 138

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

Shades of Torea Bay #28348A

Tints of Torea Bay #28348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60%

R = 17.39%
G = 22.61%
B = 60%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28348A (or 0x28348A) is known color: Torea Bay. HEX triplet: 28, 34 and 8A. RGB value is (40,52,138). Sum of RGB (Red+Green+Blue) = 40+52+138=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #28348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348A is #D7CB75. Grayscale: #393939. Windows color (decimal): -14142326 or 9057320. OLE color: 9057320.

HSL color Cylindrical-coordinate representation of color #28348A: hue angle of 232.65º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28348A is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 52 138 -
CMYK 0.71 0.62 0 0.46
HSL 232.65º 0.55% 0.35% -
HSV(B) 232.65º 0.71% 0.54% -
XYZ 6.69 4.74 24.61 -
YUV 58.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 40 52 138 0.71 0.62 0 0.46 232.65 0.55 0.35
Hex 28 34 8A 47 3E 0 2E E9 37 23
Octal 50 64 212 107 76 0 56 351 67 43
Binary 101000 110100 10001010 1000111 111110 0 101110 11101001 110111 100011

Color Harmonies of #28348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28348A

Black with #28348A

Text Example


Text Example

White with #28348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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