Html Css Color HEX #303473 Torea Bay

📋 copy color: '#303473'

red 48 ◦ green 52 ◦ blue 115

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

Shades of Torea Bay #303473

Tints of Torea Bay #303473

RGB

 RED value IS 48 (19.14% from 255) = 22.33%

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 22.33%
G = 24.19%
B = 53.49%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#303473 (or 0x303473) is known color: Torea Bay. HEX triplet: 30, 34 and 73. RGB value is (48,52,115). Sum of RGB (Red+Green+Blue) = 48+52+115=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #303473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303473 is #CFCB8C. Grayscale: #393939. Windows color (decimal): -13618061 or 7550000. OLE color: 7550000.

HSL color Cylindrical-coordinate representation of color #303473: hue angle of 236.42º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303473 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 52 115 -
CMYK 0.58 0.55 0 0.55
HSL 236.42º 0.41% 0.32% -
HSV(B) 236.42º 0.58% 0.45% -
XYZ 5.54 4.32 16.76 -
YUV 57.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 48 52 115 0.58 0.55 0 0.55 236.42 0.41 0.32
Hex 30 34 73 3A 37 0 37 EC 29 20
Octal 60 64 163 72 67 0 67 354 51 40
Binary 110000 110100 1110011 111010 110111 0 110111 11101100 101001 100000

Color Harmonies of #303473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303473

Black with #303473

Text Example


Text Example

White with #303473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303473; }

 p { color: rgb(48,52,115); }

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

background-color css

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

 a { background-color: rgb(48,52,115); }

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

border-color css

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

 span { border-color: rgb(48,52,115); }

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