Html Css Color HEX #28307E Torea Bay

📋 copy color: '#28307E'

red 40 ◦ green 48 ◦ blue 126

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

Shades of Torea Bay #28307E

Tints of Torea Bay #28307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.88%

R = 18.69%
G = 22.43%
B = 58.88%

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

#28307E (or 0x28307E) is known color: Torea Bay. HEX triplet: 28, 30 and 7E. RGB value is (40,48,126). Sum of RGB (Red+Green+Blue) = 40+48+126=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #28307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307E is #D7CF81. Grayscale: #363636. Windows color (decimal): -14143362 or 8269864. OLE color: 8269864.

HSL color Cylindrical-coordinate representation of color #28307E: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28307E is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 48 126 -
CMYK 0.68 0.62 0 0.51
HSL 234.42º 0.52% 0.33% -
HSV(B) 234.42º 0.68% 0.49% -
XYZ 5.7 4.07 20.22 -
YUV 54.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 40 48 126 0.68 0.62 0 0.51 234.42 0.52 0.33
Hex 28 30 7E 44 3E 0 33 EA 34 21
Octal 50 60 176 104 76 0 63 352 64 41
Binary 101000 110000 1111110 1000100 111110 0 110011 11101010 110100 100001

Color Harmonies of #28307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28307E

Black with #28307E

Text Example


Text Example

White with #28307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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