Html Css Color HEX #28307D Torea Bay

📋 copy color: '#28307D'

red 40 ◦ green 48 ◦ blue 125

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

Shades of Torea Bay #28307D

Tints of Torea Bay #28307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

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

R = 18.78%
G = 22.54%
B = 58.69%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28307D (or 0x28307D) is known color: Torea Bay. HEX triplet: 28, 30 and 7D. RGB value is (40,48,125). Sum of RGB (Red+Green+Blue) = 40+48+125=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #28307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307D is #D7CF82. Grayscale: #363636. Windows color (decimal): -14143363 or 8204328. OLE color: 8204328.

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

Color convert

RGB 40 48 125 -
CMYK 0.68 0.62 0 0.51
HSL 234.35º 0.52% 0.32% -
HSV(B) 234.35º 0.68% 0.49% -
XYZ 5.63 4.05 19.89 -
YUV 54.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 40 48 125 0.68 0.62 0 0.51 234.35 0.52 0.32
Hex 28 30 7D 44 3E 0 33 EA 34 20
Octal 50 60 175 104 76 0 63 352 64 40
Binary 101000 110000 1111101 1000100 111110 0 110011 11101010 110100 100000

Color Harmonies of #28307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28307D

Black with #28307D

Text Example


Text Example

White with #28307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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