Html Css Color HEX #28317B Torea Bay

📋 copy color: '#28317B'

red 40 ◦ green 49 ◦ blue 123

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

Shades of Torea Bay #28317B

Tints of Torea Bay #28317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 18.87%
G = 23.11%
B = 58.02%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28317B (or 0x28317B) is known color: Torea Bay. HEX triplet: 28, 31 and 7B. RGB value is (40,49,123). Sum of RGB (Red+Green+Blue) = 40+49+123=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #28317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28317B is #D7CE84. Grayscale: #363636. Windows color (decimal): -14143109 or 8073512. OLE color: 8073512.

HSL color Cylindrical-coordinate representation of color #28317B: hue angle of 233.49º 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 #28317B is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 49 123 -
CMYK 0.67 0.60 0 0.52
HSL 233.49º 0.51% 0.32% -
HSV(B) 233.49º 0.67% 0.48% -
XYZ 5.55 4.08 19.23 -
YUV 54.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 40 49 123 0.67 0.60 0 0.52 233.49 0.51 0.32
Hex 28 31 7B 43 3C 0 34 E9 33 20
Octal 50 61 173 103 74 0 64 351 63 40
Binary 101000 110001 1111011 1000011 111100 0 110100 11101001 110011 100000

Color Harmonies of #28317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28317B

Black with #28317B

Text Example


Text Example

White with #28317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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