Html Css Color HEX #28327B Torea Bay

📋 copy color: '#28327B'

red 40 ◦ green 50 ◦ blue 123

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

Shades of Torea Bay #28327B

Tints of Torea Bay #28327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.75%

R = 18.78%
G = 23.47%
B = 57.75%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28327B (or 0x28327B) is known color: Torea Bay. HEX triplet: 28, 32 and 7B. RGB value is (40,50,123). Sum of RGB (Red+Green+Blue) = 40+50+123=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #28327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28327B is #D7CD84. Grayscale: #373737. Windows color (decimal): -14142853 or 8073768. OLE color: 8073768.

HSL color Cylindrical-coordinate representation of color #28327B: hue angle of 232.77º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28327B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 50 123 -
CMYK 0.67 0.59 0 0.52
HSL 232.77º 0.51% 0.32% -
HSV(B) 232.77º 0.67% 0.48% -
XYZ 5.59 4.16 19.25 -
YUV 55.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 40 50 123 0.67 0.59 0 0.52 232.77 0.51 0.32
Hex 28 32 7B 43 3B 0 34 E9 33 20
Octal 50 62 173 103 73 0 64 351 63 40
Binary 101000 110010 1111011 1000011 111011 0 110100 11101001 110011 100000

Color Harmonies of #28327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28327B

Black with #28327B

Text Example


Text Example

White with #28327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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