Html Css Color HEX #28307C Torea Bay

📋 copy color: '#28307C'

red 40 ◦ green 48 ◦ blue 124

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

Shades of Torea Bay #28307C

Tints of Torea Bay #28307C

RGB

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

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

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

R = 18.87%
G = 22.64%
B = 58.49%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28307C (or 0x28307C) is known color: Torea Bay. HEX triplet: 28, 30 and 7C. RGB value is (40,48,124). Sum of RGB (Red+Green+Blue) = 40+48+124=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #28307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307C is #D7CF83. Grayscale: #353535. Windows color (decimal): -14143364 or 8138792. OLE color: 8138792.

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

Color convert

RGB 40 48 124 -
CMYK 0.68 0.61 0 0.51
HSL 234.29º 0.51% 0.32% -
HSV(B) 234.29º 0.68% 0.49% -
XYZ 5.57 4.02 19.55 -
YUV 54.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 40 48 124 0.68 0.61 0 0.51 234.29 0.51 0.32
Hex 28 30 7C 44 3D 0 33 EA 33 20
Octal 50 60 174 104 75 0 63 352 63 40
Binary 101000 110000 1111100 1000100 111101 0 110011 11101010 110011 100000

Color Harmonies of #28307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28307C

Black with #28307C

Text Example


Text Example

White with #28307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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