Html Css Color HEX #28327C Torea Bay

📋 copy color: '#28327C'

red 40 ◦ green 50 ◦ blue 124

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

Shades of Torea Bay #28327C

Tints of Torea Bay #28327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 18.69%
G = 23.36%
B = 57.94%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28327C (or 0x28327C) is known color: Torea Bay. HEX triplet: 28, 32 and 7C. RGB value is (40,50,124). Sum of RGB (Red+Green+Blue) = 40+50+124=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #28327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28327C is #D7CD83. Grayscale: #373737. Windows color (decimal): -14142852 or 8139304. OLE color: 8139304.

HSL color Cylindrical-coordinate representation of color #28327C: hue angle of 232.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28327C is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 50 124 -
CMYK 0.68 0.60 0 0.51
HSL 232.86º 0.51% 0.32% -
HSV(B) 232.86º 0.68% 0.49% -
XYZ 5.65 4.19 19.58 -
YUV 55.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 40 50 124 0.68 0.60 0 0.51 232.86 0.51 0.32
Hex 28 32 7C 44 3C 0 33 E9 33 20
Octal 50 62 174 104 74 0 63 351 63 40
Binary 101000 110010 1111100 1000100 111100 0 110011 11101001 110011 100000

Color Harmonies of #28327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28327C

Black with #28327C

Text Example


Text Example

White with #28327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28327C; }

 p { color: rgb(40,50,124); }

 H1.HeaderClassName
 {
   color: #28327C;
 }
 .AnyTagClassName
 {
   color: #28327C;
 }
</style>

background-color css

<style>
 a { background-color: #28327C; }

 a { background-color: rgb(40,50,124); }

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

border-color css

<style>
 span { border-color: #28327C; }

 span { border-color: rgb(40,50,124); }

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