Html Css Color HEX #28337D Torea Bay

📋 copy color: '#28337D'

red 40 ◦ green 51 ◦ blue 125

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

Shades of Torea Bay #28337D

Tints of Torea Bay #28337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 18.52%
G = 23.61%
B = 57.87%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28337D (or 0x28337D) is known color: Torea Bay. HEX triplet: 28, 33 and 7D. RGB value is (40,51,125). Sum of RGB (Red+Green+Blue) = 40+51+125=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #28337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28337D is #D7CC82. Grayscale: #373737. Windows color (decimal): -14142595 or 8205096. OLE color: 8205096.

HSL color Cylindrical-coordinate representation of color #28337D: hue angle of 232.24º degrees, saturation: 0.52, 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 #28337D is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 51 125 -
CMYK 0.68 0.59 0 0.51
HSL 232.24º 0.52% 0.32% -
HSV(B) 232.24º 0.68% 0.49% -
XYZ 5.76 4.3 19.93 -
YUV 56.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 40 51 125 0.68 0.59 0 0.51 232.24 0.52 0.32
Hex 28 33 7D 44 3B 0 33 E8 34 20
Octal 50 63 175 104 73 0 63 350 64 40
Binary 101000 110011 1111101 1000100 111011 0 110011 11101000 110100 100000

Color Harmonies of #28337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28337D

Black with #28337D

Text Example


Text Example

White with #28337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28337D; }

 p { color: rgb(40,51,125); }

 H1.HeaderClassName
 {
   color: #28337D;
 }
 .AnyTagClassName
 {
   color: #28337D;
 }
</style>

background-color css

<style>
 a { background-color: #28337D; }

 a { background-color: rgb(40,51,125); }

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

border-color css

<style>
 span { border-color: #28337D; }

 span { border-color: rgb(40,51,125); }

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